A zero-config CLI for growing production-ready @sprout-lab projects.
- Haiku-style default project names
- Interactive prompts for setup
- File templating via Eta
- Optional pnpm install & vitest test run
- Git repo auto-init
pnpx @sprout-lab/growYou’ll be prompted to:
- Name your project
- Choose a project type (currently supports TypeScript)
- Add a description
- Optionally install dependencies and run tests
Templates live in the templates/ folder and are customizable. Extend them to support other stacks or org standards.
pnpm install
pnpm build
pnpm link
grow
Handled via semantic-release on GitHub Actions. Just push conventional commits to main.
MIT – make things grow.