🍪 A very simple Cookiecutter template to show the 3 Musketeers in action. ⚔️
The generated application echos the value of the environment variable ECHO_MESSAGE
.
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-echo --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-echo
# test this repository: generate, run, and clean locally
$ make