fledge 1.0.1

Dev lifecycle CLI. One tool for the dev loop, any language.
1
2
3
4
5
6
7
# fledge.toml — project task definitions
# Docs: https://github.com/CorvidLabs/fledge#task-runner

[tasks]
test = "pytest"
lint = "ruff check ."
fmt = "ruff format --check ."