fledge 0.1.0

Corvid-themed project scaffolding CLI — get your projects ready to fly.
fledge-0.1.0 is not a library.

fledge

Get your projects ready to fly.

A project scaffolding CLI that creates new repositories from templates with CorvidLabs conventions baked in.

Usage

# Create a new Rust CLI project
fledge init my-project --template rust-cli

# List available templates
fledge list

Templates

Template Description
rust-cli Rust CLI application with clap, CI, and release automation
rust-lib Rust library crate with docs and publishing workflow
swift-pkg Swift package with Package.swift, CI, and coding conventions
ts-bun TypeScript project with Bun runtime
angular-app Angular application with mobile-first setup

Install

cargo install fledge

License

MIT