Skip to content

Commit 174098f

Browse files
committed
Add cookiecutter replay file
This is used to re-generate the repository configuration without having to enter all the configuration again: cookiecutter -f --replay --replay-file .cookicutter-replay.json ... Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 29bed4b commit 174098f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.cookiecutter-replay.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"cookiecutter": {
3+
"type": "lib",
4+
"name": "repo-config",
5+
"description": "Frequenz repository setup tools and common configuration",
6+
"title": "Frequenz Repository Configuration",
7+
"keywords": "frequenz,package,project,config,tool,repository,setuptools,nox,grpc,protobuf",
8+
"github_org": "frequenz-floss",
9+
"license": "MIT",
10+
"author_name": "Frequenz Energy-as-a-Service GmbH",
11+
"author_email": "[email protected]",
12+
"python_package": "frequenz.repo.config",
13+
"pypi_package_name": "frequenz-repo-config",
14+
"github_repo_name": "frequenz-repo-config-python",
15+
"default_codeowners": "@frequenz-floss/python-sdk-team",
16+
"_extensions": [
17+
"jinja2_time.TimeExtension",
18+
"local_extensions.default_codeowners",
19+
"local_extensions.github_repo_name",
20+
"local_extensions.keywords",
21+
"local_extensions.pypi_package_name",
22+
"local_extensions.python_package",
23+
"local_extensions.src_path",
24+
"local_extensions.title"
25+
]
26+
}
27+
}

0 commit comments

Comments
 (0)