16 lines
270 B
Plaintext
16 lines
270 B
Plaintext
|
# [[ 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
|
||
|
```
|