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
演示
▶ GIF
just — just vs make
@agentgif
▶ GIF
make — just vs make
@agentgif
▶ GIF
just build — run the project's build recipe
@agentgif
▶ GIF
just --list — show all available project recipes
@agentgif
▶ GIF
just — Command Runner for Project Tasks
@agentgif
▶ GIF
just test — run the project's test suite via justfile
@agentgif
相关工具
watchexec
Execute commands when watched files change
entrRun arbitrary commands when files change
miseDev tools, env vars, and task runner — polyglot rtx repla...
shfmtA shell script formatter supporting POSIX sh, Bash, and mksh
typosSource code spell checker that catches typos in code and ...
slA steam locomotive runs when you mistype ls
uvAn extremely fast Python package installer and resolver w...
ShellCheckA static analysis tool for shell scripts