@preflightsh/preflight
v0.12.5
Published
CLI tool that scans your codebase for launch readiness
Maintainers
Readme
@preflightsh/preflight
npm package for Preflight.sh - a CLI tool that scans your codebase for launch readiness.
Installation
npm install -g @preflightsh/preflightOr use with npx:
npx @preflightsh/preflight scanUsage
# Initialize in your project directory
preflight init
# Run all checks
preflight scan
# Run in CI mode with JSON output
preflight scan --ci --format jsonDocumentation
For full documentation, supported checks, and configuration options, see the main repository:
https://github.com/preflightsh/preflight
License
MIT
