/nps-i

Interactive mode for nps

Primary LanguageJavaScript

Interactive mode for nps

All Credit to Original Author and License

See the following for more:

Differences From Original Package

  • If you use an .npmrs or .npmrs.json file, it will load the nps config from there.
  • You can now use scripts that require user input.

Original README

license

MIT © siddharthkp



Interactive mode for nps

Demo:

 

install

npm install nps-i

or install it globally

npm install -g nps-i

 

usage

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.

 

like it?

⭐ this repo

 

license

MIT © siddharthkp