paragon/dependent-usage-analyzer
Adam Stankiewicz 1799cbf16d
docs: update dependent project list to include a new MFE and order alphabetically (#944)
2021-12-16 12:15:36 -05:00
..
.gitignore build: run dependent usage analyzer in github actions (#837) 2021-10-19 12:49:58 -04:00
README.md docs: add dependent usage analyzer (#641) 2021-02-25 11:12:40 -05:00
checkout-dependents.sh docs: update dependent project list to include a new MFE and order alphabetically (#944) 2021-12-16 12:15:36 -05:00
index.js build: run dependent usage analyzer in github actions (#837) 2021-10-19 12:49:58 -04:00
package-lock.json chore(deps): update dependency lodash to 4.17.21 [security] (#715) 2021-05-18 13:37:52 -04:00
package.json docs: add dependent usage analyzer (#641) 2021-02-25 11:12:40 -05:00

README.md

Analyzing Paragon Dependents

Generate Paragon component usage information within dependent projects with this command line tool. This tool uses babel to parse a series of javascript projects as an abstract syntax tree and walks through it to gather information about usage of Paragon components (version and file line numbers).

Usage

Make sure you're in this dependent-usage-analyzer directory, and then:

npm install
npm run analyze path/to/projects -- --out path/to/output.json

Note: This tool assumes that any package.json file found represents the root directory of a project to analyze.