watchdeps

Watch your NodeJS project dependencies on GitHub

MIT License

Downloads
14
Stars
6

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.