Getting Started
Mugo is a CLI tool to execute Go templates with a lot of functions to help you build your templates.
Installation
Binary
Download the binary from the releases page
Linux
sh
curl -fSL https://github.com/rytsh/mugo/releases/latest/download/mugo_Linux_x86_64.tar.gz | tar -xz --overwrite -C ~/bin/ mugo
Homebrew
Add the tap:
sh
brew tap brew-tools/tap
Install the package:
sh
brew install mugo