# Doom UI CLI

CLI for the Doom UI component library.

> **This package is still under development and is not yet ready for production use.**

## Initialize project

```bash
npx @doom-ui/cli@latest init
yarn @doom-ui/cli@latest init
pnpx @doom-ui/cli@latest init
bunx @doom-ui/cli@latest init
deno @doom-ui/cli@latest init
```

## Add components to project

```bash
npx @doom-ui/cli@latest add <component>
yarn @doom-ui/cli@latest add <component>
pnpx @doom-ui/cli@latest add <component>
bunx @doom-ui/cli@latest add <component>
deno @doom-ui/cli@latest add <component>
```

## Install globally

```bash
npm install -g @doom-ui/cli
yarn add -g @doom-ui/cli
pnpm add -g @doom-ui/cli
bun add -g @doom-ui/cli
deno add -g @doom-ui/cli
```
