# tembro

CLI for tembro source-copy workflow.

Use it to initialize a project and copy editable component source into local `components` folders.

## Quick start

```bash
npx tembro init --template next --defaults
npx tembro add button input
```

Package manager overrides are available when auto-detection needs help:

```bash
pnpm dlx tembro init --pm pnpm
yarn dlx tembro add button --pm yarn
bunx tembro showcase --pm bun
```

## Main commands

```bash
npx tembro list
npx tembro add button input data-table
npx tembro preset minimal
npx tembro theme src/index.css
```
