flo-tools
v0.3.3
Published
Your local flow orchestrator — git, PRs, and project recipes.
Downloads
669
Maintainers
Readme
flo
flo is your local flow orchestrator — git, PRs, and project recipes in one tool.
https://github.com/user-attachments/assets/6df2fbfa-568d-489e-a2a3-5156945488a5
Docs
Live at https://brunokiafuka.github.io/toolkit/.
- Quickstart — install + first-run setup
- Command reference — every command, flags, and behavior notes
- Configuration — the
flo.ymlschema - Recipes — ready-made
flo.ymlpatterns - Contributing guide — local dev + release flow
Install
npm i -g flo-tools # installs the `flo` command globallyQuickstart
flo --help # list commands
flo setup # per-dev config: trunk, prefix, PR mode (stored under ~/.flo)
flo setup --update # tweak a single setting without walking the whole wizard
flo sync # update trunk, prune merged branches, restack
flo checkout # pick a branch from a graph view
flo commit -a -m "msg" # stage + commit (branches off trunk if needed)
flo submit # push + open/update a PR (draft or ready-for-review, per setup)
flo <recipe> # run a project command defined in flo.yml