0.1.6 • Published 5 years ago

depmat v0.1.6

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

depmat

airbnb-style

Installation

npm install --save-dev depmat

Usage

Simply run depmat in your project root:

cd <path to my awesome project>
depmat

Or, you may specify your project's root path as the first argument:

depmat <path to my awesome project>

depmat will output the dependency matrix as a csv to your console. To save the matrix for future use, simply pipe it into a file like so:

depmat > dm.csv

️️⚠️ depmat will look for a package-lock.json, so be sure to run npm install

License

MIT

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago