-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cruft.json
27 lines (27 loc) · 901 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/FAIRmat-NFDI/cookiecutter-nomad-plugin",
"commit": "e759475d3f8905df4354ca83d8ce6cd632ffce99",
"checkout": null,
"context": {
"cookiecutter": {
"full_name": "Jonathan Noky",
"email": "[email protected]",
"github_username": "MPI-CPfS-Dresden",
"plugin_name": "LabFolder-Plugin",
"module_name": "labfolder_plugin",
"short_description": "Can import LabFolder entries into the NOMAD ELN when provided with a mapping file",
"version": "0.1.0",
"license": "MIT",
"include_schema_package": true,
"include_normalizer": false,
"include_parser": false,
"include_app": false,
"include_example_uploads": false,
"_copy_without_render": [
"*.html"
],
"_template": "https://github.com/FAIRmat-NFDI/cookiecutter-nomad-plugin"
}
},
"directory": null
}