Skip to content

Commit 511e9fd

Browse files
committed
Initial commit
1 parent 51b97c7 commit 511e9fd

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

copier.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
project_name:
2+
type: str
3+
help: What is your project name?
4+
5+
module_name:
6+
type: str
7+
help: What is your python module name?
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Changes here will be overwritten by Copier
2+
{{ _copier_answers|to_nice_yaml -}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello world

{{project_name}}/src/__init__.py

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello from {{module_name}}!")

{{project_name}}/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)