generated from FAIRmat-NFDI/nomad-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
26 lines (26 loc) · 863 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
{
"template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin",
"commit": "5960c08ce84212c9b40014b3d8a7470a32c77b5f",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Fabian Schöppach",
"email": "fabian.schoeppach@physik.hu-berlin.de",
"github_username": "fabianschoeppach",
"plugin_name": "uibk-plugin",
"module_name": "uibk_plugin",
"short_description": "UIBK schema and parser collection for NOMAD plattform.",
"version": "0.1.0",
"license": "Apache Software License 2.0",
"include_schema_package": true,
"include_normalizer": false,
"include_parser": true,
"include_app": false,
"_copy_without_render": [
"*.html"
],
"_template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin"
}
},
"directory": null
}