Catalog
![npm](https://img.shields.io/npm/v/npm-scripts-catalog.svg)
Description
npm-scripts-catalog
will list the available scripts of your current projects according to the package.json file. And what's more convenient is that you can now run the scripts automatically instead of typing the scripts.
After updating to version 2.x, I suggest you run catalog
every time you try to start your apps, it's more efficient.
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 run npm scripts.
Just enjoy and have some fun!
Install
$ npm install -g npm-scripts-catalog
Usage
$ cd someRepo
$ catalog
and if there is no scripts available, it will print
no script was ever defined!
Preview
![catalog](https://github.com/stop2stare/catalog/raw/HEAD/./catalog.gif)