ty-help

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ty-help

Weekly Downloads

4

Version

1.0.4

License

MIT

Last publish

Collaborators

  • tingyuan