Skip to content

Commit

Permalink
feat: update the project version prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 16, 2024
1 parent 20d5de3 commit 61f01a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/cuda/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"project_slug": "Generated project identifier (slug)",
"package_name": "Generated package/module name",
"project_desc": "Brief project description",
"project_version": "Initial project version",
"email": "Author's email address",
"full_name": "Author's full name",
"github_username": "GitHub username or organization"
Expand Down
1 change: 1 addition & 0 deletions template/cxx/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"project_slug": "Generated project identifier (slug)",
"package_name": "Generated package/module name",
"project_desc": "Brief project description",
"project_version": "Initial project version",
"email": "Author's email address",
"full_name": "Author's full name",
"github_username": "GitHub username or organization"
Expand Down
1 change: 1 addition & 0 deletions template/go/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"project_slug": "Generated project identifier (slug)",
"package_name": "Generated package/module name",
"project_desc": "Brief project description",
"project_version": "Initial project version",
"email": "Author's email address",
"full_name": "Author's full name",
"github_username": "GitHub username or organization"
Expand Down
1 change: 1 addition & 0 deletions template/py/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"project_slug": "Generated project identifier (slug)",
"package_name": "Generated package/module name",
"project_desc": "Brief project description",
"project_version": "Initial project version",
"email": "Author's email address",
"full_name": "Author's full name",
"github_username": "GitHub username or organization"
Expand Down
1 change: 1 addition & 0 deletions template/ts/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"project_slug": "Generated project identifier (slug)",
"package_name": "Generated package/module name",
"project_desc": "Brief project description",
"project_version": "Initial project version",
"email": "Author's email address",
"full_name": "Author's full name",
"github_username": "GitHub username or organization"
Expand Down

0 comments on commit 61f01a5

Please sign in to comment.