The aim of this template is
- To facilitate the creation of microservices under the proposed structure,
- To consolidate a structure that reflects best practices and standards.
In order to create a new project under the structure in this template, we use copier as a template engine.
- In order to install copier, follow the installation instructions here, considering in particular that we are going to use copier through its CLI.
- Create a new project with
copier copy path/to/project/template path/to/destination
- Respond to all the project parameters. These can be known beforehand
by reading the file
copier.yml
.