2.0.0 • Published 6 years ago

npm-update-notifier v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

npm-update-notifier

npm version Build Status

Show all outdated dependencies for your package.json.

:warning: DEPRECATED in favor for Greenkeeper and all the other wonderful tools :warning:

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.

2.0.0

6 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago