0.1.3 • Published 10 years ago

hookin v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago