Go to file
2023-04-07 00:07:16 -04:00
.gitea/workflows 🎉 working copier setup 2023-04-07 00:07:16 -04:00
src 🎉 working copier setup 2023-04-07 00:07:16 -04:00
.gitignore.jinja 🎉 working copier setup 2023-04-07 00:07:16 -04:00
[[_copier_conf.answers_file]].jinja 🎉 working copier setup 2023-04-07 00:07:16 -04:00
copier.yml 🎉 working copier setup 2023-04-07 00:07:16 -04:00
Makefile.jinja 🎉 working copier setup 2023-04-07 00:07:16 -04:00
poetry.toml 🎉 working copier setup 2023-04-07 00:07:16 -04:00
pyproject.toml.jinja 🎉 working copier setup 2023-04-07 00:07:16 -04:00
README.md.jinja 🎉 working copier setup 2023-04-07 00:07:16 -04:00

# [[ 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
```