Skip to content

CorvidLabs/fledge

Repository files navigation

fledge

CI Crates.io Downloads License: MIT Docs

One CLI, your whole dev lifecycle. Scaffold, build, review, ship — zero config for the common case.

fledge templates init my-tool --template rust-cli
cd my-tool
fledge lanes run ci  # lint + test + build, works out of the box

Install

cargo install fledge              # from crates.io
brew install CorvidLabs/tap/fledge # homebrew
More install options
curl -fsSL https://raw.githubusercontent.com/CorvidLabs/fledge/main/install.sh | sh
nix run github:CorvidLabs/fledge
git clone https://github.com/CorvidLabs/fledge.git && cd fledge && cargo install --path .

Quick Start

Already have a project? Just use it — fledge auto-detects your stack:

fledge run test       # runs your language's test command
fledge run build      # same for build
fledge review         # AI code review via Claude

Starting fresh? Scaffold from a template:

fledge templates init my-app --template rust-cli     # built-in template
fledge templates init my-app --template user/repo    # any GitHub repo
fledge templates init my-app                         # interactive picker

What's Inside

Stage Commands What it does
Start templates (init, create, search, publish, validate, update, list) Scaffold projects from local or remote templates
Build run, lanes, config, doctor Task runner, workflow pipelines, environment checks
Develop work, spec Feature branches, PRs, spec-sync
Review review, ask, metrics, deps AI code review, codebase Q&A, health checks
Ship issues, prs, checks, changelog, release GitHub integration, CI status, releases
Extend plugins, completions Community plugins, shell completions

Built-in Templates

rust-cli · ts-bun · python-cli · go-cli · ts-node · static-site

Browse community templates: fledge templates search <keyword>

Examples

  • Community Templates — 18 ready-to-use templates (angular-app, bun-api, deno-cli, mcp-server, rust-workspace, swift-pkg, and more)
  • Example Lanes — language-specific CI/CD pipelines
  • Example Plugin — deploy/rollback plugin reference

Learn More

Contributing

See CONTRIBUTING.md for development setup, guidelines, and how to submit changes.

Security

See SECURITY.md for the security policy and how to report vulnerabilities.

License

MIT

About

One CLI, your whole dev lifecycle. Zero-config task runner, project scaffolding, AI review, and more.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors

Languages