Skip to content

Commit

Permalink
fix: proj name boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuchholz committed Apr 22, 2024
1 parent 9471d73 commit 425d3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lib_name": "",
"project_name": "",
"description": "",
"hyphenated": "{{ '-'.join(cookiecutter['lib_name'].lower().split()).replace('_', '-') }}",
"hyphenated": "{{ '-'.join(cookiecutter['project_name'].lower().split()).replace('_', '-') }}",
"underscored": "{{ cookiecutter.hyphenated.replace('-', '_') }}",
"github_username": "",
"author_name": ""
Expand Down

0 comments on commit 425d3e1

Please sign in to comment.