-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cookiecutter.json
36 lines (36 loc) · 1.5 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
27
28
29
30
31
32
33
34
35
36
{
"cookiecutter": {
"codeowner_github_usernames": "@nautobot/maintain-nautobot-apps",
"full_name": "Network to Code, LLC",
"email": "[email protected]",
"github_org": "nautobot",
"app_name": "nautobot_dev_example",
"verbose_name": "Nautobot Dev Example App",
"app_slug": "nautobot-dev-example",
"project_slug": "nautobot-app-dev-example",
"repo_url": "https://github.com/nautobot/nautobot-app-dev-example",
"base_url": "dev-example",
"min_nautobot_version": "2.0.0",
"max_nautobot_version": "2.9999",
"camel_name": "NautobotDevExample",
"project_short_description": "Nautobot App to demonstrate how to create a Nautobot App.",
"model_class_name": "DevExample",
"open_source_license": "Apache-2.0",
"docs_base_url": "https://docs.nautobot.com",
"docs_app_url": "https://docs.nautobot.com/projects/dev-example/en/latest",
"_drift_manager": {
"template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
"template_dir": "nautobot-app",
"template_ref": "refs/tags/nautobot-app-v2.4.0",
"cookie_dir": "",
"branch_prefix": "drift-manager",
"pull_request_strategy": "create",
"post_actions": [
"ruff",
"poetry"
],
"draft": false,
"baked_commit_ref": "9e0f9a4771b5689b714de8313cff9c65a4cab611"
}
}
}