16 lines
270 B
Django/Jinja
16 lines
270 B
Django/Jinja
# [[ project_name ]]
|
|
[[ description ]]
|
|
|
|
Use this template by installing `copier` and running:
|
|
|
|
```shell
|
|
copier https://git.joekaufeld.com/jkaufeld/copier-shiv.git [dir]
|
|
```
|
|
|
|
After that, you can set up the system with:
|
|
|
|
```shell
|
|
poetry shell
|
|
poetry install
|
|
make build
|
|
``` |