Npm Task List
Interactive cli menu to list and run npm tasks.
$ npm install -g ntl
cd to a folder containing a package.json files that has configured scripts, then:
ntlYou can also specify a project folder containing a package.json file:
ntl ./my-node-projectcli options can also be invoked as their shorter alias:
-a->--all-m->--multiple-i->--info-h->--help-v->--version
Here is what the help page looks like:
ntl --help
Usage:
ntl [<path>]
Options:
-v --version Displays app version number
-h --help Shows this help message
-a --all Includes pre and post scripts on the list
-m --multiple Allows a selection of multiple tasks to run at once
-i --info Displays the contents of each scriptMIT © Ruy Adorno
