Skip to content

🍪 Cookiecutter template of an opinionated command line Go application using the 3 Musketeers pattern. ⚔️

License

Notifications You must be signed in to change notification settings

3musketeersio/cookiecutter-musketeers-go

Repository files navigation

Build Status License

3 Musketeers - Go

🍪 Cookiecutter template of an opinionated command line Go application using the 3 Musketeers pattern. ⚔️

Usage

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

About

🍪 Cookiecutter template of an opinionated command line Go application using the 3 Musketeers pattern. ⚔️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published