File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 5
5
- cd {{ copier__project_slug }} && python ../tasks.py
6
6
- rm tasks.py
7
7
8
+ _exclude :
9
+ - " copier.yaml"
10
+ - " copier.yml"
11
+ - " ~*"
12
+ - " *.py[co]"
13
+ - " __pycache__"
14
+ - " .git"
15
+ - " .DS_Store"
16
+ - " .svn"
17
+ - " *.test-data.yml"
18
+
8
19
copier__project_name :
9
20
type : str
10
21
default : " My Awesome Scaf Project"
Original file line number Diff line number Diff line change
1
+ copier__author_name : Iam Scafman
2
+ copier__aws_account_id : " 000000000000"
3
+ copier__aws_region : us-east-1
4
+ copier__create_nextjs_frontend : y
5
+ copier__debug : n
6
+ copier__description : My Awesome Scaf Project!
7
+ copier__domain_name : sixfeetup.com
8
+ copier__email : iamscafman@sixfeetup.com
9
+ copier__mail_service : Mailgun
10
+ copier__operating_system : k3s
11
+ copier__project_dash : my-awesome-scaf-project
12
+ copier__project_name : My Awesome Scaf ProjectXXX
13
+ copier__project_slug : my_awesome_scaf_project
14
+ copier__repo_name : my_awesome_scaf_project
15
+ copier__repo_url : git@github.com:sixfeetup/my_awesome_scaf_project.git
16
+ copier__source_control_organization_slug : sixfeetup
17
+ copier__source_control_provider : github.com
18
+ copier__timezone : US/Eastern
19
+ copier__use_celery : n
20
+ copier__use_sentry : n
21
+ copier__version : 0.1.0
You can’t perform that action at this time.
0 commit comments