forked from ait-energy/iesopt-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookiecutter.json
More file actions
20 lines (20 loc) · 811 Bytes
/
cookiecutter.json
File metadata and controls
20 lines (20 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"project_name": "IESopt Project",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
"author": "anonymous",
"short_description": "",
"iesopt_version": "latest",
"default_config": "minimal",
"add_templates": ["none", "all"],
"add_addons": ["none", "all"],
"__prompts__": {
"project_name": "Select project name",
"project_slug": "Select project slug",
"author": "Enter name of main author",
"short_description": "Enter a short project description",
"iesopt_version": "Select IESopt version",
"default_config": "Generate a `config.iesopt.yaml` file; options: no/minimal/full or name of example (e.g., 01_basic_single_node)",
"add_templates": "Add IESopt templates to the project",
"add_addons": "Add IESopt addons to the project"
}
}