# doc-generate

Generate DOCX documents.

## Development

- Runtime: Bun
- Use `bun` instead of `npm`, `yarn`, or `pnpm`
- Use `bun run` instead of `npm run`
- Use `bun install` instead of `npm install`

## Commands

```bash
bun install        # Install dependencies
bun run start      # Run the skill
bun run dev        # Run with watch mode
bun run cli        # Run via CLI
```
