This repository contains multiple Cookiecutter templates to streamline project initialization for IFCO Digital.
To generate a new project using one of the available templates, use the following command:
cookiecutter https://github.com/Digital-IFCO/ifco-digital-repo-templating.git --directory frontend-project-template
--directory frontend-project-template
: Specifies the template to use.
The repository contains multiple templates. To explore them, check the directory structure or visit the GitHub repository.
-
Install Cookiecutter:
pip install cookiecutter
Contributions are welcome! If you want to add new templates or improve existing ones, feel free to open a pull request.