create-icebreaker
v0.1.2
Published
Bootstrap the icebreaker monorepo template via npm create/pnpm create with optional cleanup
Downloads
255
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
Templates
Available template keys:
unbuildtsuptsdownvue-libvue-honohono-servervitepresscli
Flags
--templates <list>: comma-separated template keys or indexes to keep (e.g.tsup,vue-honoor1,5)--force: overwrite a non-empty target directory
