🍪 Cookiecutter template of an opinionated command line Go application using the 3 Musketeers pattern. ⚔️
To generate the example, cloning this repository is not necessary.
# generate the example (with the default values from cookiecutter.json) using Docker
$ docker run --rm -v $PWD:/opt/app -w /opt/app flemay/cookiecutter https://github.com/3musketeersio/cookiecutter-musketeers-go --no-input
# generate the example (choosing interactively the values) using Docker
$ docker run -it --rm -v $PWD:/opt/app -w /opt/app flemay/cookiecutter https://github.com/3musketeersio/cookiecutter-musketeers-go
# test this repository: generate, run, and clean locally
$ make