An open API service indexing awesome lists of open source software.

https://github.com/duarteocarmo/boilerplate


https://github.com/duarteocarmo/boilerplate

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Duarte's boilerplate 🍪

This is a [Cookiecutter](https://github.com/cookiecutter/cookiecutter) template I use to kickstart python projects.

'Cause writing boilerplate is boring.

## Installation

Make sure you have cookiecutter installed:

```shell
pipx install cookiecutter
```

Then create your project:

```shell
pipx run cookiecutter gh:duarteocarmo/boilerplate
```

Enjoy.