1.0.4 • Published 7 years ago

ty-help v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ty-help

Version depend

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

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago