/depen

Get the infomation of dependencies in the project.

Primary LanguageJavaScript

Depen

npm version travis dependencies devDependencies License

Get the infomation of dependencies in the project.

Install

$ npm i --save depen

or

$ npm i -g depen

Usage

var depen = require('depen');

depen('./', function (err, dependencies) {
  if (err) {
    throw err;
  }

  console.log(dependencies);
});

CLI

$ depen [-r] [target project]

License

MIT