Cookiecutter template to generate a simple project layout.
Install Cookiecutter:
python3 -m pip install cookiecutter
Generate the project using Cookiecutter:
python3 -m cookiecutter https://github.com/cslucr/cookiecutter-simple.git
This repository provides the following file tree layout:
simple
├── doc
│ ├── requirements.txt
│ └── source
│ ├── author.rst
│ ├── conf.py
│ ├── description.rst
│ ├── index.rst
│ ├── license.rst
│ ├── link.rst
│ └── _static
│ └── .gitkeep
├── docthis.sh
├── .gitignore
├── .gitlab
│ └── issue_templates
│ ├── Bug.md
│ └── Feature.md
├── img
│ ├── author.png
│ └── avatar.png
├── LICENSE
├── README.rst
└── .readthedocs.yml
GPL 3. See the LICENSE file for more details.
Comunidad de Software Libre de la Universidad de Costa Rica