Skip to content

pwalczyszyn/npm-onupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-onupdate

CLI for npm-onupdate.info, a NPM registry email notification service.

The server side source code be found here.

###INSTALLATION

> npm install -g npm-onupdate

###USAGE

####Adding new package alert

$ npm-onupdate add express

####Adding multiple package alerts

$ npm-onupdate add 'express ejs'

####Adding alerts for all dependencies from package.info file in current dir

$ npm-onupdate add

####Removing package alert

$ npm-onupdate rm express

####Removing multiple package alerts

$ npm-onupdate rm 'express ejs'

####Listing all registered alerts

$ npm-onupdate ls

####Get account info

$ npm-onupdate account info

####Change account password

$ npm-onupdate account password

####Delete account

$ npm-onupdate account delete

####Logout

$ npm-onupdate account logout

###License

MIT

About

CLI for npm.onupdate.info service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published