patmizi / go-cli-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 77.5%Language:Makefile 22.5%