This commit is contained in:
Waylon Walker 2023-05-10 18:32:26 -05:00
parent aac78ff993
commit daced3babb
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
24 changed files with 1485 additions and 47 deletions

12
copier.yml Normal file
View file

@ -0,0 +1,12 @@
_min_copier_version: v6.0.0b0
package_title_input:
type: str
package_title:
type: str
default: "{{ package_title_input.replace('-', ' ').replace('_', '-').title() }}"
package_name: "{{ package_title.replace(' ', '-').replace('_', '-').lower() }}"
python_package: "{{ package_name.replace(' ', '_').replace('-', '_').lower() }}"
author_name: Waylon Walker
author_github: waylonwalker
description:
_answers_file: .{{package_name}}-copier-answers.yml