Generate domain and email using slug

This commit is contained in:
Daniel Kukula 2019-09-08 08:34:58 +01:00 committed by GitHub
parent bcf8ec3e89
commit 0c2f1bc6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_')|replace('.', '_')|trim() }}",
"description": "Behold My Awesome Project!",
"author_name": "Daniel Roy Greenfeld",
"domain_name": "example.com",
"email": "{{ cookiecutter.author_name.lower()|replace(' ', '-') }}@example.com",
"domain": "{{ cookiecutter.project_slug }}.com",
"email": "{{ cookiecutter.author_name.lower()|replace(' ', '-') }}@{{ cookiecutter.project_slug }}.com",
"version": "0.1.0",
"open_source_license": [
"MIT",