create-kaizen-app
v0.2.4
Published
Beautiful interactive CLI to bootstrap Kaizen projects.
Maintainers
Readme
create-kaizen
Interactive CLI for bootstrapping Kaizen projects with sane defaults, route plumbing, and documentation pruning.
Usage
bun create-kaizen-app@latest my-appFollow the prompts to configure your project name, description, git remote, and the enabled providers. Selecting Clerk + Polar clones the Kaizen repo, renames references, trims docs to the Project Documentation tab, and resets git state with your remote.
Local Development
bun install
bun run buildTest the CLI locally via bun link then bun create-kaizen-app@latest demo-app.
Publishing to npm
- Bump the version in
package.jsonfollowing semver. - Build distributables (tsup outputs to
dist/):bun run build - Dry run (optional) to inspect the publish payload:
npm publish --dry-run - Publish the package (requires npm auth):
npm publish --access public
After publishing you can consume with bun create-kaizen-app@latest. Use npm dist-tag add create-kaizen-app@<version> latest to refresh dist-tags when needed.
