0.0.6 • Published 4 years ago

npmh v0.0.6

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

Installation

npm install -g npmh

Usage

-s, --script

Print and select the runnable script in "package.json" on prompt and run it.

$ npmh -s

? Select a script to run …
❯ yarn run test
  yarn run start
  yarn run prepare-release
  yarn run test:dev-package
  // ...

-i, --init

Initialize some non exists files needed in the project.

  • package.json
  • .gitignore
  • (TODO) README.md
  • (TODO) .eslintrc
$ npmh -i

✔ creates .gitignore? (Y/n) · true
✔ creates package.json? (Y/n) · true

License

MIT