create-daisyui
v3.0.1
Published
Adds daisyUI to your tailwind.config.js file
Readme
CLI to install and initiate daisyUI in your project
For new or existing projects.
What it does?
- Installs Tailwind CSS and initializes it if needed
- Creates
tailwind.config.jsfile if needed - Installs daisyUI and adds it to your
tailwind.config.jsautomatically
How to use?
Run this in a new or existing project folder:
npm create daisyuiOr
npm init daisyuiOr if you use Bun:
bun create daisyuiOr if you use Yarn:
yarn create daisyuiOr if you use pnpm:
pnpm create daisyui