hookin

0.1.3 • Public • Published

hookin Build Status

Would you like to call "npm install" when package.json is changed?

hookin could solve the problem.

npm install runs if package.json is changed when git-pull.

hookin is a cli tool for github pull hook.

HOW TO USE

INSTALL:

$ npm install hookin -g

USAGE:

$ hookin package.json "npm install && npm prune"
$ hookin bower.json "bower install && bower prune"
$ hookin .scss "compasss compile"
 
# Remove hook 
$ hookin --uninstall package.json

CREDITS

this tool is inspired by sindresorhus's git pull hook.

thanks sindresorhus.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    1
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i hookin

Weekly Downloads

1

Version

0.1.3

License

MIT

Last publish

Collaborators

  • yosuke-furukawa