ui-cookiecutter/cookiecutter.json
Shu Muto 7a43095d36 Clean up cookiecutter settings
To generate plugin easier using example parameters without manual
input, this patch moves descriptions for each parameters in
cookiecutter.json into README. Also add cookiecutter command
sample for '--no-input' option.

Change-Id: I1336ed66ddc1513892a0560a0af29f328da788d1
2016-11-30 07:15:24 +00:00

17 lines
430 B
JSON

{
"repo_group": "openstack",
"repo_name": "cafe-ui",
"launchpad_project": "cafe-ui",
"project_short_description": "Cafe User Interface",
"help_name": "Cafe-UI",
"call_by_name": "Cafe UI",
"module_name": "cafe-ui",
"module_folder": "cafe_ui",
"dashboard": "project",
"panel_group": "cafe",
"panel_group_name": "Cafe",
"panel": "drink",
"panel_func": "Drink",
"api_module": "cafe",
"api_name": "Cafe"
}