Skip to content

skwi/npm-script-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Script List

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

Install NPM script list by running the following command.

npm install -g npm-script-list

Usage

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

Testing

If you want to edit this module, be sure to update and run tests with the npm test command.

Contributing

This module is registered under the MIT licence. Feel free to use it and/or contribute.

About

A CLI tool to list available NPM scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published