Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

depmat

mayavera2MIT0.1.6

Node dependency matrix generator

readme

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