@autorel/holygrail
v0.1.6
Published
Vibecoding Holygrail — Production readiness test kit for JS/TS projects
Maintainers
Readme
Vibecoding Holygrail
Vibecoding Holygrail is an MVP CLI tool that scans JavaScript/TypeScript projects and produces a production-readiness report.
Installation
- npm install
- npm link
Usage
holygrail(runs scan on current folder)holygrail --no-docker --json(skip docker checks, output JSON)
Features
- Code quality, Security, Infrastructure, Database, Performance, Observability checks
- AST-based scanning via @babel/parser
- Dockerfile validations (optional)
- JSON report output (
holygrail-report.json)
Extensibility
Add more checks by editing files under src/checks and exporting runChecks.
Scoring
Score starts at 100. Failures subtract:
- critical: 15
- high: 10
- medium: 5
- low: 2
