This repository contains a generic, fully featured GoLang CLI template using Cobra and Viper.
Please feel free to contribute:
- Fork it (https://github.com/zoltan-magyar/python-cli-template)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Cobra. GoLang CLI library. Available at: https://github.com/spf13/cobra
- Viper. GoLang configuration library. Available at: https://github.com/spf13/viper