stale
v0.0.2
Published
Checks git for commits after a npm release version.
Downloads
45
Readme
stale
Checks git for commits after a npm release version. If you have a large number of node modules and you want to check the status of how long ago they were released this is the module for you.
This will grab the latest version number from npm. Then it will display a list of commits in git up to the tagged commit that includes that version number.
Install
$ npm install -g stale
Usage
Create a file listing your modules (one per line)
stale -i mymodule.list