Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Notifies when a new version from a npm-dependency is published

License

Notifications You must be signed in to change notification settings

chrishelgert/npm-update-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Notifies when a new version from a npm-dependency is published

Resources

License

Stars

Watchers

Forks

Packages

No packages published