We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dd69e commit 154541bCopy full SHA for 154541b
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/.github/etc/dictionary.txt
@@ -1,7 +1,9 @@
1
{%- set fragments = cookiecutter.project_name.split('_')
2
+ + cookiecutter.project_name.split('-')
3
+ cookiecutter.project_slug.split('_')
4
+ cookiecutter.project_short_description.split(' ')
5
+ cookiecutter.company_name.split('_')
6
+ + cookiecutter.company_name.split(' ')
7
+ cookiecutter.company_domain.split('_')
8
+ cookiecutter.github_org.split('_')
9
+ cookiecutter.project_owner_github_username.split('_') -%}
0 commit comments