docker
CLIBuild, run, and manage containers from the CLI.
Build an image~97% est.
docker build -t myapp:latest .cloud4 recipes
just
CLIA handy way to save and run project-specific commands.
Run a recipe~98% est.
just builddev-tools3 recipes
task
CLIA task runner / simpler Make alternative written in Go.
Run a task~98% est.
task builddev-tools3 recipes
watchexec
CLIExecutes commands in response to file modifications.
Run build on TypeScript change~96% est.
watchexec -e ts -- pnpm builddev-tools3 recipes
tar
CLICreate, list, and extract .tar / .tar.gz archives. Preinstalled on macOS and Linux.
file-archive4 recipes · 4 verified