Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.54 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.54 KB

cookiecutter-simple

Cookiecutter template to generate a simple project layout.

Usage

Install Cookiecutter:

python3 -m pip install cookiecutter

Generate the project using Cookiecutter:

python3 -m cookiecutter https://github.com/cslucr/cookiecutter-simple.git

Layout

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

License

GPL 3. See the LICENSE file for more details.

Links

Author Information

cslucr

Comunidad de Software Libre de la Universidad de Costa Rica