This package has been deprecated

Author message:

out of support

npm-update-notifier

2.0.0 • Public • Published

npm-update-notifier

npm version Build Status

Show all outdated dependencies for your package.json.

⚠️ DEPRECATED in favor for Greenkeeper and all the other wonderful tools ⚠️

Install

  npm i -g npm-update-notifier

Usage

  nun --help
 
  Notifies when a new version from a npm-dependency is published
 
  Usage
    $ nun <package-file>
  Options
    --interval, interval for checking updates (in ms, default: hourly)
    --console, output only in console
  Example
    nun ./package.json
    nun /Volumes/project/package.json
    nun ./project1/package.json ./project2/package.json
    nun ./package.json --interval
    nun ./package.json --interval 360000
    nun .package.json --console

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Copyright (c) 2016-2017 Chris Helgert. See LICENSE for details.

Readme

Keywords

Package Sidebar

Install

npm i npm-update-notifier

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • chrishelgert