All Tools
J
Dev ToolsFreeOpen Source
JUST
Handy command runner for project recipes
CC0-1.0
ABOUT
Makefiles are the default way to share project commands, but Make's syntax (tabs, implicit rules, phony targets) fights simple scripts. just gives a readable justfile of named recipes with arguments, dotenv loading, and cross-platform shebang recipes so ML teams can run train, lint, and sync commands the same way on every machine.
INSTALL
brew install justINTEGRATION GUIDE
1. Define just train, just eval, and just sync recipes for an ML project
2. Replace a tangle of npm scripts and Makefiles with one justfile
3. Pass arguments to recipes for dataset paths or model checkpoints
4. Share onboarding commands (setup, test, fmt) without documenting a wiki
TAGS
clitask-runnerrustmakefiledeveloper-toolsopen-source