code-shame
v0.1.1
Published
Local web dashboard for Fallow code analysis reports.
Maintainers
Readme
Code Shame
Local web dashboard for Fallow code analysis reports.

Usage
Run it from the root of the project you want to analyze:
npx code-shameOpen the printed local URL, then press Refresh to run a scan.
By default Code Shame listens on 127.0.0.1:5179. Override it with environment
variables when needed:
HOST=0.0.0.0 PORT=5180 npx code-shameWhat It Shows
- Blocking Findings from Fallow checks
- Refactoring Suggestions from maintainability analysis
- Code Health metrics and lowest maintainability files
- Copyable text reports for sharing findings
Requirements
- Node.js 18 or newer
- A JavaScript or TypeScript project supported by Fallow
Fallow is installed as a package dependency, so users do not need to install it separately.
