Awesome
🗂 Taskfiles
Set of useful Taskfiles.
💡 Idea
Build and provide template-specific Taskfile to complement its Makefile.
🏆 Motivation
Sometimes writing a Makefile is difficult and not always possible.
🤼♂️ How to
- Install
maintainer
tool. - Create your own Taskfile based on pieces from the
src
. - Add
alias run=./Taskfile
. - Execute the
run
command. - See the
dist
directory. - Take profit.
🏗️ Ecosystem
Impact
- 🧩 Template for typical module written on Go.
- 🧩 Template for typical CLI tool written on Go.
- 🧩 Template for typical service written on Go.