ty-help
v1.0.4
Published
Run command that installed in local npm modules
Downloads
2
Readme
ty-help
Run command installed in local node modules
install
npm install -D ty-help
usage:
add npm run command in your package.json file:
{
"scripts": {
"help": "ty-help"
}
}
for example, if you want to get help info of http-server
, you can simply run:
npm run help http-server
or you can run a command with other options, like:
npm run help http-server -- "./public -p 8888"
License
MIT