npm-onupdate

1.0.0 • Public • Published

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

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i npm-onupdate

    Weekly Downloads

    5

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • pwalczyszyn