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