File tree 1 file changed +7
-7
lines changed
{{cookiecutter.project_name}}
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
# ##### schema definition variables, used by makefile
8
8
9
9
# Note: makefile variables should not be quoted, as makefile handles quoting differently than bash
10
- LINKML_SCHEMA_NAME ={{cookiecutter.__project_slug}}
11
- LINKML_SCHEMA_AUTHOR ={{cookiecutter.__author}}
12
- LINKML_SCHEMA_DESCRIPTION ={{cookiecutter.project_description}}
13
- LINKML_SCHEMA_SOURCE_PATH ={{cookiecutter.__source_path}}
14
- LINKML_SCHEMA_GOOGLE_SHEET_MODULE ={{cookiecutter.__google_sheet_module}}
15
- LINKML_SCHEMA_GOOGLE_SHEET_ID ={{cookiecutter.google_sheet_id}}
16
- LINKML_SCHEMA_GOOGLE_SHEET_TABS ={{cookiecutter.google_sheet_tabs}}
10
+ LINKML_SCHEMA_NAME =" {{cookiecutter.__project_slug}}"
11
+ LINKML_SCHEMA_AUTHOR =" {{cookiecutter.__author}}"
12
+ LINKML_SCHEMA_DESCRIPTION =" {{cookiecutter.project_description}}"
13
+ LINKML_SCHEMA_SOURCE_PATH =" {{cookiecutter.__source_path}}"
14
+ LINKML_SCHEMA_GOOGLE_SHEET_MODULE =" {{cookiecutter.__google_sheet_module}}"
15
+ LINKML_SCHEMA_GOOGLE_SHEET_ID =" {{cookiecutter.google_sheet_id}}"
16
+ LINKML_SCHEMA_GOOGLE_SHEET_TABS =" {{cookiecutter.google_sheet_tabs}}"
17
17
18
18
# ##### linkml generator variables, used by makefile
19
19
You can’t perform that action at this time.
0 commit comments