run-npm-scripts
Version:
Run npm srcripts in easiest way
38 lines (24 loc) • 591 B
Markdown
run-npm-scripts is a command-line tool that allows you to run scripts listed on package.json in interactive way.

Installation
--------------
```sh
npm install -g run-npm-scripts
```
Usage
--------------
Show npm scripts listed on package.json in current directory:
```sh
$ rns
? Select npm script to run
❯ start
build
test
```
Requirements
--------------
node.js 6.4.0+
License
--------------
The MIT License.
Copyright ⓒ 2017 Aiden Ahn.