Skip to content

Commit ba3bb61

Browse files
committed
refactor(cookiecutter.json): add default value for cookiecutter
1 parent dea006a commit ba3bb61

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cookiecutter.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"author_name": "Author",
3+
"email": "author@commitizen",
4+
"github_username": "author_github_name",
5+
"pypi_username": "{{cookiecutter.github_username}}",
6+
"cz_name": "Project Name",
7+
"package_name": "{{cookiecutter.cz_name}}",
8+
"package_description": "description for the cz",
9+
"version": "0.1.0",
10+
"license": ["MIT", "BSD", "ISCL", "Apache Software License 2.0", "Not open source"]
11+
}

0 commit comments

Comments
 (0)