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

https://github.com/dobraczka/pypackage-poetry-cookiecutter

🍪 A cookiecutter project to create poetry-based python packages
https://github.com/dobraczka/pypackage-poetry-cookiecutter

Last synced: 8 months ago
JSON representation

🍪 A cookiecutter project to create poetry-based python packages

Awesome Lists containing this project

README

          

Quickstart
==========
Install Cookiecutter if you haven't installed it yet:

```bash
pipx install cookiecutter
```

Generate a project:

```bash
cookiecutter https://github.com/dobraczka/pypackage-poetry-cookiecutter.git
```
With the post-gen hook this will also add base depencies and install them.