is-it-ready

CLI + VSCode extension for release confidence checks

Tooling
WIP
Featured
is-it-ready

is-it-ready started as a focused command-line tool to answer one question before every deployment: are we actually ready to ship? The CLI runs lightweight checks and produces a clear readiness signal so teams can move faster with fewer surprises.

I paired the CLI with a VSCode extension so the same checks and status are available directly in-editor, where most release prep work already happens. This keeps the workflow consistent between local development, CI, and manual pre-release validation.

The project is designed around practical developer ergonomics: quick setup, sensible defaults, scriptable commands, and output that is easy to parse both for humans and automation.

TypeScript

Node.js