create-icebreaker
v1.0.7
Published
Bootstrap the icebreaker monorepo template via npm create/pnpm create with optional cleanup
Maintainers
Readme
create-icebreaker
Interactive bootstrapper for the icebreaker monorepo template. It scaffolds from the npm package and trims templates based on your selections.
Usage
pnpm create icebreakernpm create icebreaker@latest
By default this:
- uses npm templates by default (no GitHub needed)
- asks for the project directory (defaults to
icebreaker-monorepo) - asks which templates to keep (default keeps none)
- updates the root
package.jsonname
Next Steps
After scaffolding finishes:
cd <your-project>
pnpm install
pnpm setup
pnpm new my-package
pnpm checkRecommended maintenance flow inside the generated workspace:
pnpm setup: bootstrap recommended workspace metadata and toolingpnpm new: create the next package or app through the guided flowpnpm check: run recommended local verificationpnpm dlx repo@latest clean --yes: optional zero-install cleanup on a fresh clone
Templates
Available template keys:
tsdownvue-libvue-honohono-servervitepresscli
Flags
--templates <list>: comma-separated template keys or indexes to keep (e.g.tsdown,vue-honoor1,4)--force: overwrite a non-empty target directory
