forked from linkml/linkml-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cruft.json
24 lines (24 loc) · 847 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
{
"template": "https://github.com/monarch-initiative/monarch-project-template",
"commit": "c4cf47d15c641eb906a49249b5e8ce43e7392252",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "linkml-data-browser",
"github_org_name": "linkml",
"__project_slug": "linkml_data_browser",
"project_description": "This is the project description.",
"min_python_version": "3.9",
"file_name": "main",
"greeting_recipient": "World",
"full_name": "Author 1",
"email": "[email protected]",
"__author": "Author 1 <[email protected]>",
"license": "MIT",
"github_token_for_doc_deployment": "GH_TOKEN",
"github_token_for_pypi_deployment": "PYPI_TOKEN",
"_template": "https://github.com/monarch-initiative/monarch-project-template"
}
},
"directory": null
}