run-interactive
A simple interactive CLI (command line interface) to run your npm scripts
In the terminal, from a directory with a "package.json" and scripts defined in it:
Install run-interactive globally:
npm install run-interactive -g
Using run-interactive:
runi
You will then be presented with a list of the scripts defined in your project.
To run a script, select one using the arrow keys and enter key.
To cancel, press:
ctrl+c