ui-cookiecutter/cookiecutter.json
2016-07-27 16:15:56 +09:00

20 lines
1.2 KiB
JSON

{
"module_name": "replace with the name of the python module. ex) magnum-ui",
"repo_group": "openstack",
"repo_name": "replace with the name for the git repo. ex) magnum-ui",
"launchpad_project": "replace with the name of the project on launchpad. ex) magnum-ui",
"project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package. ex) Magnum User Interface",
"call_by_name": "replace with the name for calling in text such as README or Help. ex) Magnum UI",
"dashboard": "replace with the name of the dashboard. ex) project",
"panel_group": "replace with the name of the panel_group. ex) container-infra",
"panel_group_name": "replace with the name of the panel_group. ex) Container Infra",
"panel": "replace with the name of the panel in singular. ex) bay",
"panel_func": "replace with the function name for the panel in singular. ex) Bay",
"module_folder": "replace with the name of the module folder. ex) magnum_ui",
"gerrit_id": "replace with the project ID of the gerrit",
"help_name": "replace with the name of the help. ex) Magnum-UI",
"api_module": "replace with the name of the API module. ex) magnum",
"api_name": "replace with the name for calling in text. ex) Magnum"
}