-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcookiecutter.json
More file actions
24 lines (24 loc) · 1.1 KB
/
cookiecutter.json
File metadata and controls
24 lines (24 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"full_name": "Anonymous",
"python_version": "",
"email": "info@quali.com",
"github_username": "qualisystemslab",
"category" : "App Management",
"project_name": "",
"family_name" : "",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
"display_name": "{{ cookiecutter.project_slug.replace('_', ' ').replace('-',' ').title() }}",
"model_name": "{{ cookiecutter.display_name.replace(' ','') }}",
"deps_name": "{{ cookiecutter.project_slug.replace('_', ' ').replace('-',' ').title().replace(' ','_') }}_offline_dependencies",
"driver_name" : "{{ cookiecutter.model_name }}Driver",
"project_short_description": "Describe the purpose of your CloudShell shell",
"release_date": "2016-1-22",
"pypi_username": "{{ cookiecutter.github_username }}",
"year": "2016",
"version": "0.1.0",
"server_version" : "8.2",
"use_pypi_deployment_with_travis": "y",
"template_name" : "gen2/resource",
"template_descr" : "2nd generation shell template for basic inventory resources",
"template_repository" : "https://github.com/QualiSystems/shellfoundry-tosca-resource-template"
}