All Credit to Original Author and License
See the following for more:
- https://github.com/siddharthkp/nps-i
- https://www.npmjs.com/package/nps-i
- https://github.com/sezna/nps
- https://www.npmjs.com/package/nps
- Also includes updates / inspiration from https://github.com/nstudio/nps-i.
- If you use an
.npmrs
or.npmrs.json
file, it will load thenps
config from there. - You can now use scripts that require user input.
MIT © siddharthkp
Interactive mode for nps
Demo:
npm install nps-i
or install it globally
npm install -g nps-i
Replace nps
with nps-i
in your package.json
{
"scripts": {
"start": "nps-i"
}
}
You can also use it with the shorthand ni
when installed globally.
⭐ this repo
MIT © siddharthkp