# Vite+ Code Generator Starter

A starter for creating a Vite+ code generator.

## Usage

From monorepo root:

```bash
# run and select the generator
vite gen
```

## Development

```bash
# Edit the template
code src/template.ts

# Test the generator CLI
vite run dev

# Run tests
vite run test
```

## Customization

Edit `src/template.ts` to customize:

- Options schema (using Zod)
- File generation logic
- Scripts and suggestions

More information about the [Bingo Templates](https://create.bingo/) can be found [here](https://create.bingo/build/concepts/creations).
