# Vite+ Code Generator Starter

A starter for creating a Vite+ code generator.

## Usage

From monorepo root:

```bash
# run and select the generator
vp create
```

## Development

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

# Test the generator CLI
vp run dev

# Run tests
vp 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).
