-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
27 lines (27 loc) · 1007 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"template": "https://github.com/linkml/linkml-project-cookiecutter",
"commit": "b2da87eb7835bfec748a76823d098cac85e8363a",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "cmdr",
"__project_slug": "cmdr",
"github_org": "linkml",
"__source_path": "src/cmdr/schema/cmdr.yaml",
"project_description": "Core Model for Data Research (Tentative)",
"full_name": "My Name",
"email": "[email protected]",
"__author": "My Name <[email protected]>",
"license": "MIT",
"main_schema_class": "Subject",
"create_python_classes": "Yes",
"use_schemasheets": "Yes",
"google_sheet_id": "1X6WhWZ-NE3637TuoZfKZWBziuXP6PN9ut1ix6bJMHaw",
"google_sheet_tabs": "class_slot_usage subsets",
"__google_sheet_module": "class_slot_usage_subsets",
"github_token_for_pypi_deployment": "PYPI_PASSWORD",
"_template": "https://github.com/linkml/linkml-project-cookiecutter"
}
},
"directory": null
}