Skip to content

cslucr/cookiecutter-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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