Updated template.
Descripotion:
- Created an application out of raw template.
- Removed post_generation scripts.
- Added docs in template.
- Fixed mypy.
Signed-off-by:
Pavel Kirilin <win10@list.ru>
Showing
- .github/workflows/release.yml 24 additions, 0 deletions.github/workflows/release.yml
- .gitignore 139 additions, 0 deletions.gitignore
- README.md 3 additions, 6 deletionsREADME.md
- main.py 24 additions, 0 deletionsmain.py
- poetry.lock 556 additions, 0 deletionspoetry.lock
- pyproject.toml 24 additions, 0 deletionspyproject.toml
- template/cookiecutter.json 1 addition, 1 deletiontemplate/cookiecutter.json
- template/hooks/__init__.py 0 additions, 0 deletionstemplate/hooks/__init__.py
- template/hooks/post_gen_project.py 75 additions, 0 deletionstemplate/hooks/post_gen_project.py
- template/hooks/pre_gen_project.py 0 additions, 0 deletionstemplate/hooks/pre_gen_project.py
- template/{{cookiecutter.project_name}}/.gitignore 0 additions, 0 deletionstemplate/{{cookiecutter.project_name}}/.gitignore
- template/{{cookiecutter.project_name}}/.gitlab-ci.yml 0 additions, 0 deletionstemplate/{{cookiecutter.project_name}}/.gitlab-ci.yml
- template/{{cookiecutter.project_name}}/.pre-commit-config.yaml 0 additions, 0 deletions...ate/{{cookiecutter.project_name}}/.pre-commit-config.yaml
- template/{{cookiecutter.project_name}}/Dockerfile 0 additions, 0 deletionstemplate/{{cookiecutter.project_name}}/Dockerfile
- template/{{cookiecutter.project_name}}/README.md 0 additions, 0 deletionstemplate/{{cookiecutter.project_name}}/README.md
- template/{{cookiecutter.project_name}}/alembic.ini 0 additions, 0 deletionstemplate/{{cookiecutter.project_name}}/alembic.ini
- template/{{cookiecutter.project_name}}/conditional_files.json 0 additions, 0 deletions...late/{{cookiecutter.project_name}}/conditional_files.json
- template/{{cookiecutter.project_name}}/deploy.sh 0 additions, 0 deletionstemplate/{{cookiecutter.project_name}}/deploy.sh
- template/{{cookiecutter.project_name}}/docker-compose.prod.yml 0 additions, 0 deletions...ate/{{cookiecutter.project_name}}/docker-compose.prod.yml
- template/{{cookiecutter.project_name}}/docker-compose.yml 0 additions, 0 deletionstemplate/{{cookiecutter.project_name}}/docker-compose.yml
Loading
Please register or sign in to comment