Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 365 Bytes

robot-stack

The only external dependency is https://docs.astral.sh/uv/

Instead of make use just The correct just file syntax helper for vscode https://github.com/nefrob/vscode-just

How

  • see the possible commands
    • uv run just
  • format the just file
    • uv run just fmt
  • black and ruff fix
    • uv run just fix
  • get all the repos
    • uv run just go