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