Set of useful Taskfiles.
Build and provide template-specific Taskfile to complement its Makefile.
Sometimes writing a Makefile is difficult and not always possible.
- 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.
- 𧩠Template for typical module written on Go.
- 𧩠Template for typical CLI tool written on Go.
- 𧩠Template for typical service written on Go.
made with β€οΈ for everyone by OctoLab