1.0.2 • Published 9 years ago

watchdeps v1.0.2

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

watchdeps

Watch dependencies of your NodeJS projects on GitHub.

Usage

Install watchdeps globally:

sudo npm install -g watchdeps

Then, simply run the following command on any NodeJS project:

cd myproject/
watchdeps -u nfroidure
# prompt: password:  
# Done !

Get every available options by running:

watchdeps -h

#  Usage: watchdeps [options]
#
#  Options:
#
#    -h, --help              output usage information
#    -V, --version           output the version number
#    -U, --unwatch           unwatch repositories.
#    -v, --verbose           tell me everything!
#    -r, --recursive         recursively watch the dependencies dependencies.
#    -u, --username [value]  your GitHub username.
#    -p, --password [value]  your GitHub password (leave empty to be prompted, recommended).

Contributing

Feel free to push your code if you agree with publishing under the MIT license.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago