fledge 0.6.1

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

{{ description }}

## Installation

```bash
pip install -e ".[dev]"
```

## Usage

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

## Development

```bash
pytest
ruff check .
```

## License

{{ license }}