forked from nautobot/nautobot-app-nornir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cookiecutter.json
26 lines (26 loc) · 1 KB
/
.cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"cookiecutter": {
"codeowner_github_usernames": "@smith-ntc",
"full_name": "Network to Code, LLC",
"email": "[email protected]",
"github_org": "nautobot",
"plugin_name": "nautobot_plugin_nornir",
"verbose_name": "Nautobot Nornir Plugin",
"plugin_slug": "nautobot-plugin-nornir",
"project_slug": "nautobot-plugin-nornir",
"repo_url": "https://github.com/nautobot/nautobot-plugin-nornir",
"base_url": "plugin-nornir",
"min_nautobot_version": "1.4.0",
"max_nautobot_version": "1.9999",
"nautobot_version": "latest",
"camel_name": "NautobotPluginNornir",
"project_short_description": "Nautobot Nornir Plugin",
"version": "0.1.0",
"model_class_name": "None",
"open_source_license": "Apache-2.0",
"docs_base_url": "https://docs.nautobot.com",
"docs_app_url": "https://docs.nautobot.com/projects/plugin-nornir/en/latest",
"_template": "/opt/ntc/networktocode-llc/cookiecutter-ntc/nautobot-plugin",
"_output_dir": "/opt/ntc/baked"
}
}