1.4.0 • Published 9 years ago

npm-scripts v1.4.0

Weekly downloads
164
License
ISC
Repository
github
Last release
9 years ago

npm-scripts

Run your npm scripts more efficiently

NPM

Usage

npm install -g npm-scripts

Now in a project directory, where you have your package.json, run ns:

$ ns
? Select a package.json script command to run, e.g. npm run [command]. (Use arrow keys)
❯ start
  install
  test
  test-debug
  nightwatch
  sauce
  static
(Move up and down to reveal more choices)

The above is just example output.

You can also use ns [command] as a shortcut. So something like this:

ns install
ns build
ns start

This also works with the beginning of the command like ns i for ns install.

For available options, use ns -h.

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago