NPM Script list is a small CLI tool that allow you to list available scripts from the package.json
file in your project directory.
Install NPM script list by running the following command.
npm install -g npm-script-list
Go to your project root directory (the one containing the package.json file) and run npm-script-list
.
Exemple :
$ npm-script-list
start: node app/index.js
install: node-gyp rebuild
If you want to edit this module, be sure to update and run tests with the npm test
command.
This module is registered under the MIT licence. Feel free to use it and/or contribute.