create-willow-design-system
v0.1.6
Published
Initialize a new project with Willow Design System
Maintainers
Readme
create-willow-design-system
The easiest way to get started with Willow Design System.
Usage
npx create-willow-design-system@latestor
npm create willow-design-system@latestWhat it does
This CLI tool helps you:
- Create a new project - Choose from Next.js, Vite, or Remix
- Configure Tailwind CSS - Automatically sets up Willow theme colors and fonts
- Set up shadcn/ui - Configures the Willow registry for component installation
- Install components - Optionally installs example components to get started
- Configure styling - Sets up CSS with Willow design tokens
Options
The CLI will prompt you for:
- Project name - Name of your new project
- Framework - Next.js, Vite, or Remix
- TypeScript - Whether to use TypeScript
- Example components - Install starter components
Manual Setup
If you prefer manual setup, see the Registry Documentation.
After Installation
cd your-project-name
npm run devThen install more components:
npx shadcn@latest add willow/button
npx shadcn@latest add willow/cardLicense
MIT
