-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cruft.json
28 lines (28 loc) · 1.07 KB
/
.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
28
{
"template": "https://github.com/linkml/linkml-project-cookiecutter",
"commit": "b5dca0c3c96dcb493f74e39f567dfd727123e2f1",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "linkml-tutorial",
"__project_slug": "linkml_tutorial",
"github_org": "linkml",
"__source_path": "src/linkml_tutorial/schema/linkml_tutorial.yaml",
"project_description": "A repostitory that walks through schema generation. ",
"full_name": "LinkML Team",
"email": "admin@linkml.org",
"__author": "LinkML Team <admin@linkml.org>",
"license": "MIT",
"google_analytics_gtag": "G-2SYBSJVZ23",
"main_schema_class": "Person",
"create_python_classes": "Yes",
"use_schemasheets": "Yes",
"google_sheet_id": "1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ",
"google_sheet_tabs": "personinfo enums",
"__google_sheet_module": "personinfo_enums",
"github_token_for_pypi_deployment": "PYPI_PASSWORD",
"_template": "https://github.com/linkml/linkml-project-cookiecutter"
}
},
"directory": null
}