Gnu make
Makefile alternatives
Task / Taskfile
Makefile alternative
- Website
- Notable projects using taskfile
- Recent commits and releases
- Uses go templates and the sprig template functions
- Taskfile.nvim A Vim/Neovim plugin to run Taskfile tasks, VimScript
Install
Arch:
pamac install go-task-bin
With mise:
mise use --global task
Completion
Usage
How to properly escape variable substitution
{{`{{.State.Status}}`}}
Issues
Variables
Other alternatives
- tusk
- Go
- Recent commits, last release 2022
- No arch/AUR package
-
- Rust
- Recent commits and releases
- Neovim/Treesitter support
- Available as Arch package as
community/just