0.0.2 • Published 12 years ago

stale v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
12 years ago

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