We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df63320 commit 2f89969Copy full SHA for 2f89969
cookiecutter.json
@@ -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