-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
.cruft.json
25 lines (25 loc) · 1011 Bytes
/
.cruft.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
{
"template": "https://github.com/lyz-code/cookiecutter-python-project",
"commit": "3cb1bf2165600b905309ce4d221fad5fc32c16f0",
"context": {
"cookiecutter": {
"project_name": "yamlfix",
"project_slug": "yamlfix",
"project_description": "A simple opionated yaml formatter that keeps your comments!",
"requirements": "click, ruamel.yaml",
"configure_command_line": true,
"read_configuration_from_yaml": true,
"github_user": "lyz-code",
"github_token_pass_path": "internet/github.lyz-code.api_token",
"pypi_token_pass_path": "internet/pypi.token",
"test_pypi_token_pass_path": "internet/test.pypi.token",
"author": "Lyz",
"author_email": "[email protected]",
"security_advisories_email": "[email protected]",
"project_underscore_slug": "yamlfix",
"_template": "https://github.com/lyz-code/cookiecutter-python-project"
}
},
"directory": null,
"checkout": null
}