1.0.2 • Published 7 years ago

run-npm-scripts v1.0.2

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

run-npm-scripts is a command-line tool that allows you to run scripts listed on package.json in interactive way.

run-npm-scripts-screenshot

Installation

npm install -g run-npm-scripts

Usage

Show npm scripts listed on package.json in current directory:

$ rns

? Select npm script to run

❯ start
  build
  test

Requirements

node.js 6.4.0+

License

The MIT License.

Copyright ⓒ 2017 Aiden Ahn.