@sirdanoosh/front-scanner
v0.0.3
Published
Read-only frontend project scanner for styles, assets, API usage, stores, and dependencies.
Maintainers
Readme
@sirdanoosh/front-scanner
Read-only frontend project scanner for audits, migration planning, and package usage reports.
Install
npx @sirdanoosh/front-scanner --helpQuick Start
npx @sirdanoosh/front-scanner --all --source ./project-root --out ./testFocused Reports
npx @sirdanoosh/front-scanner --style --source ./project-root --out ./test
npx @sirdanoosh/front-scanner --assets --source ./project-root --out ./test
npx @sirdanoosh/front-scanner --api --source ./project-root --out ./test
npx @sirdanoosh/front-scanner --stores --source ./project-root --out ./test
npx @sirdanoosh/front-scanner --deps --source ./project-root --out ./testWhat It Scans
- CSS, SCSS, and Less files
- Tailwind configs and Tailwind usage signals
- API files, API call sites, and consumers
- Redux and Zustand stores
- dependency imports and usage counts
- migration guidance files for the sibling boilerplate template repository
Output
The scanner writes Markdown and JSON reports into the output directory:
summary.mdandsummary.jsonstyle.mdandstyle.jsonassets.mdandassets.jsonapi.mdandapi.jsonstores.mdandstores.jsondependencies.mdanddependencies.jsonAGENTS.mdandREADME.md
Notes
- The scanner is read-only.
- It is designed to help teams move toward the boilerplate template rather than rewrite a legacy project in place.
