cslucr / cookiecutter-simple

Cookiecutter template to generate a simple project layout.

Home Page:https://git.beta.ucr.ac.cr/cslucr/plantillas/cookiecutter-simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cookiecutter template to generate a simple project layout.

https://git.beta.ucr.ac.cr/cslucr/plantillas/cookiecutter-simple

License:GNU General Public License v3.0


Languages

Language:Shell 96.6%Language:Python 3.4%