casey/just
Just is a simple, cross-platform command runner designed to save and execute project-specific commands with a syntax inspired by `make`, offering significant improvements in simplicity and user experience.
Core Features
Quick Start
cargo install justDetailed Introduction
Just is an efficient and user-friendly command runner that streamlines the execution of project-specific tasks. It provides a simpler alternative to traditional build systems like `make`, eliminating common complexities while retaining powerful features. With cross-platform support, clear error reporting, and the ability to define recipes in various languages, Just enhances developer workflow by making task automation straightforward and accessible from any project subdirectory. It's ideal for managing scripts, tests, and build steps without the overhead.