init

Initialize a new sugarcube project.

Usage

pnpm dlx make-sugarcube@latest init
npx make-sugarcube@latest init
yarn make-sugarcube@latest init
bunx --bun make-sugarcube@latest init

Description

The init command helps you set up a new sugarcube project. It will:

  1. Set up design tokens (using a starter kit or existing tokens)
  2. Optionally add CUBE CSS
  3. Optionally add components

Examples

pnpm dlx make-sugarcube@latest init
npx make-sugarcube@latest init
yarn make-sugarcube@latest init
bunx --bun make-sugarcube@latest init