CLI to move faster in software projects
Main CLI for this is written in Go and is found here.
It has deep integration into 1focus.ai. f stands for focus.
To install CLI, run: bun i -g @1focus/f-rs. This should make frs available in your PATH.
You can also run it via bunx @1focus/f-rs@latest <command> to always use the latest version of the CLI.
See frs --help for instructions of what you can do.
Install task. Then run task setup & follow instructions until it says ✔️ you are setup.
Run task to see all possible commands.
Any PR to improve is welcome. codex & cursor are nice for dev. Great working & useful patches are most appreciated (ideally). Issues with bugs or ideas are welcome too.
Note that this CLI is very opinionated in how workflows are done. Suggestions are welcome of course but we want to give our happy path of how we at 1focus.ai plan to write complex software of any kind.