just is a handy way to save and run project-specific commands stored in a file called justfile. It's designed as a modern replacement for make, offering significant improvements while avoiding the complexity and quirks of traditional build systems.
Key Features:
make's complexity without needing .PHONY recipes.env filesfzf for choosing recipes interactivelyjust from any subdirectory, not just where the justfile is locatedPerfect for developers juggling numerous scripts or anyone seeking a more ergonomic and intuitive alternative to make.
★ 2.4k · v0.9 · rust