creditor
v1.0.2
Published
Tool to quickly output dependency information to CSV
Downloads
10
Readme
creditor
Quickly written tool to output your dependencies to a CSV format.
Installation
$ npm install -g creditor
Usage
cd
into the root directory with your package.json
file, then issue:
$ creditor > dependencies.csv
This tool accepts no arguments.