ports/devel/task/pkg-descr
Hiroki Tagato b3c7acc9a5 devel/task: add port: Task runner / simpler Make alternative written in Go
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/
2024-09-30 15:27:33 +09:00

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.