Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 384 Bytes

Duarte's boilerplate 🍪

This is a Cookiecutter template I use to kickstart python projects.

'Cause writing boilerplate is boring.

Installation

Make sure you have cookiecutter installed:

pipx install cookiecutter

Then create your project:

pipx run cookiecutter gh:duarteocarmo/boilerplate

Enjoy.