0.1.6 • Published 7 years ago
depmat v0.1.6
depmat
Installation
npm install --save-dev depmatUsage
Simply run depmat in your project root:
cd <path to my awesome project>
depmatOr, 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️️⚠️
depmatwill look for apackage-lock.json, so be sure to runnpm install