just
Installation
SKILL.md
Just Command Runner
just is a handy way to save and run project-specific commands. It's a command runner, not a build system, avoiding much of make's complexity.
Instructions
Prerequisites
justmust be installed:brew install just- Commands are stored in a
justfile(orJustfile).