Similar tools
- just https://github.com/casey/just
Rust
- just is a handy way to save and run project-specific commands
- Taskfile https://github.com/adriancooney/Taskfile
Bash
- A Taskfile is a bash [...] script that follows a specific format [...], sits in the root of your project [...] and contains the tasks to build your project.
- Task https://github.com/go-task/task
Go
- Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
- mmake https://github.com/tj/mmake
Go
- Modern Make is a small program which wraps
make
to provide additional functionality
- Modern Make is a small program which wraps
- Robo https://github.com/tj/robo
Go
- Simple Go / YAML-based task runner for the team
- haku https://github.com/VladimirMarkelov/haku
Rust
- A task/command runner inspired by 'make'
- Invoke-Build https://github.com/nightroman/Invoke-Build
PowerShell
- Build Automation in PowerShell
- make https://www.gnu.org/software/make/
C
- [...] a tool which controls the generation of executables and other non-source files of a program from the program's source files.