mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
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. WWW: https://taskfile.dev/
6 lines
290 B
Text
6 lines
290 B
Text
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.
|