ideps

0.0.1 • Public • Published

node-iDeps

A simple tool to list current module name and version in local node_module/ directory

How to install

npm install ideps

How to use

Example:

$ ls node_modules/
commander mocha     should

$ ./bin/ideps 
"commander": ">=1.1.1"
"mocha": ">=1.7.4"
"should": ">=1.2.1"

It is useful after you install package and want to add require information into require section in package.json.:w

Contact

You could contact me through yarco.wang@gmail.com according to further debugging or maintance. Programming related topics are also welcomed.

timezone: GMT+0800

Readme

Keywords

none

Package Sidebar

Install

npm i ideps

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • yarco