- Base cookiecutter template
- Simple Python configuration with Cookiecutter Framework
- Generate templates for any framework or language configuration
- Start new projects easy and fast with one command
- Extensible
- Pycharm
- Travis
- Python 3.6 or higger https://www.python.org/
- Pip https://pip.pypa.io/en/stable/installing/
Install cookiecutter
pip install --user cookiecutter
- cookiecutter.son (Configuration CLI for your template)
- hooks (Automatize taks for generate your template)
- {{cookiecutter.project_slug}} (Add your codebase project)
See more info here:
https://github.com/cookiecutter/cookiecutter
This command generate a simple code structure for hello {your name}
cookiecutter https://github.com/ActivandoIdeas/Cookiecutter-Base-Template.git
The purpose is that you could know how it works the template structure
You will see something like this:
- Clone this repository
git clone https://github.com/ActivandoIdeas/Cookiecutter-Base-Template.git
- Customize generating your template
BSD 3-Clause "New" or "Revised" License View in https://github.com/ActivandoIdeas/Cookiecutter-Django-AppEngine-GitLab/blob/master/LICENSE
Contributors are always welcome! Feel free to raise an issue or submit a PR. Read the code of Conduct here: https://github.com/ActivandoIdeas/Codigo-de-Conducta-y-Guia-Rapida
This project is based on cuokiecutter:
- Read this for project contribution: