/go-cli-boilerplate

Boilerplate code for CLI tools written in Golang. Cobra & Viper boilerplate.

Primary LanguageGoMIT LicenseMIT

go-cli-boilerplate

Boilerplate code for CLI tools written in Golang. Cobra & Viper boilerplate.

By default .config.json will be the environment variable store

Getting Started

Install deps (optional)

make deps

Execute tests

make test

Build

make build

Support

Please use the github issue tracker