Skip to content

Commit 2f89969

Browse files
committed
Add cookiecutter.json
1 parent df63320 commit 2f89969

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cookiecutter.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"project_name": "python-project",
3+
"package_name": "{{ cookiecutter.project_name.lower().replace(' ', '-').replace('-', '_') }}",
4+
"git_platform": ["github", "gitlab"],
5+
"username": "username",
6+
"git_repo_url": "https://{{ cookiecutter.git_platform }}.com/{{ cookiecutter.username.lower() }}/{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
7+
"python_version": "3.9",
8+
"line_length": 88,
9+
"install_pydantic": true
10+
}

0 commit comments

Comments
 (0)