forked from QualiSystems/shell-L1-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) · 812 Bytes
/
Copy pathcookiecutter.json
File metadata and controls
20 lines (20 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"full_name": "Anonymous",
"email": "info@quali.com",
"github_username": "qualisystemslab",
"category": "App Management",
"project_name": "",
"family_name" : "",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-','_') }}",
"model_name": "{{ cookiecutter.project_slug.replace('_', ' ').title()}}",
"project_short_description": "Describe the purpose of your CloudShell shell",
"release_date": "2017-09-20",
"pypi_username": "{{ cookiecutter.github_username }}",
"year": "2017",
"version": "0.2.0",
"server_version": "7.0",
"use_pypi_deployment_with_travis": "y",
"template_name" : "layer-1-switch",
"template_descr" : "A native shell template for layer 1 switches",
"template_repository" : "https://github.com/QualiSystems/shell-L1-standard"
}