You need to have Python packages installed:
copier
copier-templates-extensions
You can install them with the following command:
pip install copier copier-templates-extensions requests
copier copy --vsc-ref HEAD https://github.com/piotrgredowski/yet-another-python-project-template <name_of_output_dir>
You need to run below command to start the project creation process:
copier copy https://github.com/piotrgredowski/yet-another-python-project-template.git /path/to/parent/directory/of/your/project
You will be asked with many different questions. Answer them thoroughly.