UNPKG

run-npm-scripts

Version:
38 lines (24 loc) 591 B
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](https://cloud.githubusercontent.com/assets/2687916/26728412/1e394278-47e5-11e7-867d-af88da821d17.gif) 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.