1.0.0 • Published 11 years ago

npm-onupdate v1.0.0

Weekly downloads
11
License
-
Repository
github
Last release
11 years ago

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

1.0.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.2

11 years ago