# 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
```
