just

A handy way to save and run project-specific commands

Miscellaneous Rust 替代 make

just is a handy way to save and run project-specific commands. It is similar to make but avoids the complexity and idiosyncrasies of Makefiles.

安装

brew brew install just
cargo cargo install just