An open API service indexing awesome lists of open source software.

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

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