@adamburgess/nr
v2.0.0
Published
A faster npm run
Downloads
3
Readme
nr
A faster npm run.
It's pretty simple to use:
npm install -g @adamburgess/nr- replace
npm run Xwithnr X
Why?
- npm needs run for non-standard scripts. This sucks.
- yarn and pnpm don't, but they add 100-200ms of startup time.
This is generally fast. On my machine it takes 30ms.
