go-task

Task runner and build tool that simplifies project automation

brewmacoslinux
Try with needOr install directly
Source

About

Task is a task runner/build tool that aims to be simpler and easier to use

Commands

task

Examples

List all available tasks defined in Taskfile$ task --list
Run a specific task from your Taskfile$ task build
Run a task with variables passed as arguments$ task deploy -- --env=production