This repository was archived by the owner on Oct 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 66
77# ##### schema definition variables, used by makefile
88
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}}"
9+ # Note: makefile variables should not be quoted
10+
11+ LINKML_SCHEMA_NAME ={{cookiecutter.__project_slug}}
12+ LINKML_SCHEMA_AUTHOR ={{cookiecutter.__author}}
13+ LINKML_SCHEMA_DESCRIPTION ={{cookiecutter.project_description}}
14+ LINKML_SCHEMA_SOURCE_PATH ={{cookiecutter.__source_path}}
15+ LINKML_SCHEMA_GOOGLE_SHEET_MODULE ={{cookiecutter.__google_sheet_module}}
16+ LINKML_SCHEMA_GOOGLE_SHEET_ID ={{cookiecutter.google_sheet_id}}
17+ LINKML_SCHEMA_GOOGLE_SHEET_TABS ={{cookiecutter.google_sheet_tabs}}
1718LINKML_USE_SCHEMASHEETS ={{cookiecutter.use_schemasheets}}
1819
1920# ##### linkml generator variables, used by makefile
You can’t perform that action at this time.
0 commit comments