-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiecutter.json
32 lines (32 loc) · 973 Bytes
/
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
{
"project_name": "starlite-halfstack-saqsa-cookiecutter",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
"pkg_name": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_short_description": "Cookiercutter for Starlite SAQ+SQLalchemy Starter , Migrations with Alembic and Composed With Docker Compose",
"full_name": "Phyo Arkar Lwin",
"email": "[email protected]",
"github_username": "v3ss0n",
"version": "0.1.0",
"command_line_interface": [
"Click"
],
"open_source_license": [
"MIT",
"BSD-3-Clause",
"ISC",
"Apache-2.0",
"GPL-3.0-only",
"Not open source"
],
"docstrings_style": [
"google",
"numpy",
"pep257"
],
"_copy_without_render": [
"docs/changelog.md",
"docs/contributing.md",
"docs/index.md",
".github/workflows/*.yml"
]
}