Catalog
![npm](https://img.shields.io/npm/v/npm-scripts-catalog.svg)
list your npm scripts according to your package.json
Update
In version 2.0, thanks to Inquirer.js, npm-scripts-catalog
is able to provide interactive command line user interfaces, making it even easier to execute your command.
Just enjoy and have some fun!
Install
$ npm install -g npm-scripts-catalog
Description
npm-scripts-catalog
will list the available scripts of your current projects according to the package.json file.
Usage
$ cd someRepo
$ catalog
and if there is no scripts available, it will print
no script was ever defined!