Skip to content

mxweaver/depmat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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