Skip to content

lovetingyuan/ty-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published