fledge 0.5.0

Corvid-themed project scaffolding CLI — get your projects ready to fly.
1
2
3
4
5
6
7
8
9
10
11
# Remote — Context

## Overview

The remote module enables fledge to fetch templates from GitHub repositories, extending the scaffolding tool beyond bundled and local templates. Users can reference `owner/repo` or `owner/repo/subpath` to use templates hosted on GitHub.

## Integration

- `init` checks if the `--template` argument looks like a remote ref and delegates to the remote fetch flow
- `templates` can fetch repos listed in `config.templates.repos` during discovery
- Authentication uses the GitHub token from `FLEDGE_GITHUB_TOKEN`, `GITHUB_TOKEN`, or `config.github.token`