@adamburgess/nr

A faster npm run

Usage no npm install needed!

<script type="module">
  import adamburgessNr from 'https://cdn.skypack.dev/@adamburgess/nr';
</script>

README

nr

A faster npm run.

It's pretty simple to use:

  1. npm install -g @adamburgess/nr
  2. replace npm run X with nr X

Why?

  1. npm needs run for non-standard scripts. This sucks.
  2. yarn and pnpm don't, but they add 100-200ms of startup time.

This is generally fast. On my machine it takes 30ms.