0.2.0 • Published 8 years ago

packagecmp v0.2.0

Weekly downloads
11
License
-
Repository
github
Last release
8 years ago

packagecmp

Compare installed Node modules with package.json.

The CLI throws exit code 1 if a module is missing or it encounters a version mismatch.

Installation

npm install -g packagecmp

Usage

CLI

packagecmp [PATH]

NodeJS

var packagecmp = require('packagecmp');

packagecmp('/root/path/to/package', function(err, modules) {
});
0.2.0

8 years ago

0.1.0

8 years ago