Initialize a new sugarcube project.
pnpm dlx make-sugarcube@latest init
npx make-sugarcube@latest init
yarn make-sugarcube@latest init
bunx --bun make-sugarcube@latest init
The init
command helps you set up a new sugarcube project. It will:
- Set up design tokens (using a starter kit or existing tokens)
- Optionally add CUBE CSS
- Optionally add components
pnpm dlx make-sugarcube@latest init
npx make-sugarcube@latest init
yarn make-sugarcube@latest init
bunx --bun make-sugarcube@latest init