https://github.com/daisyui/create-daisyui
npm init dasiyui
https://github.com/daisyui/create-daisyui
Last synced: 4 months ago
JSON representation
npm init dasiyui
- Host: GitHub
- URL: https://github.com/daisyui/create-daisyui
- Owner: daisyui
- License: mit
- Created: 2023-10-05T21:35:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T20:28:58.000Z (over 2 years ago)
- Last Synced: 2025-06-05T02:18:30.082Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI to install and initiate daisyUI in your project
For new or existing projects.
## What it does?
1. Installs Tailwind CSS and initializes it if needed
2. Creates `tailwind.config.js` file if needed
3. Installs daisyUI and adds it to your `tailwind.config.js` automatically
## How to use?
Run this in a new or existing project folder:
```
npm create daisyui
```
Or
```
npm init daisyui
```
Or if you use Bun:
```
bun create daisyui
```
Or if you use Yarn:
```
yarn create daisyui
```
Or if you use pnpm:
```
pnpm create daisyui
```