-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.cruft.json
25 lines (25 loc) · 1.05 KB
/
.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/proofit404/python-library-template",
"commit": "f3f7fcda5c70a92f3d77893ca09efb4fefab0aa5",
"checkout": null,
"context": {
"cookiecutter": {
"is_private": false,
"project_name": "stories",
"__module_name": "stories",
"project_description": "Service objects designed with OOP in mind.",
"author_name": "Josiah Kaviani",
"author_email": "[email protected]",
"github_user": "proofit404",
"__github_repository": "https://github.com/proofit404/stories",
"__issues_url": "https://github.com/proofit404/stories/issues",
"__documentation_url": "https://proofit404.github.io/stories",
"__changelog_url": "https://proofit404.github.io/stories/changelog",
"twitter_url": "https://twitter.com/proofit404",
"__pypi_project": "https://pypi.org/project/stories",
"danger_github_api_token": "Z2hwXzNOVkx3ZHBKbVNFWWttOUdjT2VTSmxpcWkxa3NJNTJDNTB4RAo=",
"_template": "https://github.com/proofit404/python-library-template"
}
},
"directory": null
}