0.0.3 • Published 8 years ago

list-project-deps v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

This script is intended to show you what npm and bower modules you are actually using in your project in case your package.json and bower.json files are off.

list-deps

This was written to generate a file containing a list of installed npm and bower modules for a project. If your package.json or bower.json files become inaccurate you can run this to generate a file containing list of installed dependencies.

Install

npm install -g list-project-deps

Usage

list-deps

TODO

Currently a setTimeout is being used to delay the writing of the file in an effort to make sure the file operations are finished first. My eventual plan is to write this asynchronously.

License

MIT