fledge 0.2.1

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

## Completed

- [x] Implement cache_dir, is_remote_ref, parse_remote_ref
- [x] Implement fetch_repo with clone and update logic
- [x] Implement resolve_template_dir with subpath support
- [x] Add unit tests for all public functions
- [x] Integrate with init and templates modules

## Future

- [ ] Add `--refresh` flag to force re-clone cached repos
- [ ] Support non-GitHub git hosts (GitLab, Bitbucket)
- [ ] Template registry / index for discoverability