just
A handy way to save and run project-specific commands
Miscellaneous
Rust
substitui 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.
Instalação
brew
brew install just
cargo
cargo install just
Demos
▶ 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
Ferramentas Relacionadas
watchexec
Execute commands when watched files change
entrRun arbitrary commands when files change
miseDev tools, env vars, and task runner — polyglot rtx replace…
shfmtA shell script formatter supporting POSIX sh, Bash, and mksh
typosSource code spell checker that catches typos in code and do…
slA steam locomotive runs when you mistype ls
uvAn extremely fast Python package installer and resolver wri…
ShellCheckA static analysis tool for shell scripts