Task - A Go-made alternative to GNU Make
Task - A Go-made alternative to GNU Make
taskfile.dev Home | Task
Task is a task runner / build tool that aims to be simpler and easier to use
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
Since it's written in Go, Task is just a single binary and has no other dependencies, which means you don't need to mess with any complicated install setups just to use a build tool.
Once installed, you just need to describe your build tasks using a simple YAML schema in a file called Taskfile.yml
0
comments