SkillAgentSearch skills...

Watchdeps

Watch your NodeJS project dependencies on GitHub

Install / Use

/learn @nfroidure/Watchdeps
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated5y ago
Forks0

Languages

JavaScript

Security Score

70/100

Audited on May 19, 2020

No findings