watchdeps

1.0.2 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i watchdeps

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • nfroidure