@cswl/nrs
v0.0.1
Published
Run npm run-scripts aka. npm run.
Downloads
1
Readme
nrs
Tried of typing npm run scripts-name
?
Just use nrs script-name
installation
nrs requires a fairly recent version of node
> 8
Install globally
npm install -g @cswl/nrs
how it works?
just parses the package.json and runsnpx -c extracted-script
check out the awesome npx
project.
https://github.com/zkat/npx
TODO:
Add script arguments support.
Transpile and polyfill some stuffs.
Handle errors.
Setup linters, and tests.
Everything
License:
ISC