https://github.com/duarteocarmo/boilerplate
https://github.com/duarteocarmo/boilerplate
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duarteocarmo/boilerplate
- Owner: duarteocarmo
- License: mit
- Created: 2023-02-17T18:39:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T20:03:38.000Z (about 1 year ago)
- Last Synced: 2024-08-09T02:18:10.989Z (8 months ago)
- Language: Makefile
- Homepage: https://duarteocarmo.com/blog/opinionated-python-boilerplate
- Size: 47.9 KB
- Stars: 75
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - duarteocarmo/boilerplate - (Makefile)
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.