fledge 0.6.1

Corvid-themed project scaffolding CLI — get your projects ready to fly.
# {{ project_name }}

{{ description }}

## Installation

```bash
go install {{ go_module }}@latest
```

## Usage

```bash
{{ project_name }} hello --name world
```

## Development

```bash
go test ./...
go vet ./...
```

## License

{{ license }}