* feat(tool): switch create-readme support link to /contacts * feat(scripts): warn on deprecated support link in readme check * feat(templates): switch cookiecutter readme support links to contacts * docs(skill): drop removed validate mode from repo-readme docs * test(status): cover contacts link warn/fail/ok cases * fix(ci): shorten lines to satisfy ruff * fix(ci): apply ruff format --------- Co-authored-by: opencode-agent <agent@opencode.local>
67 lines
No EOL
1.4 KiB
Markdown
67 lines
No EOL
1.4 KiB
Markdown
# 🚀 {{ cookiecutter.project_name }}
|
||
|
||
> Language switcher: **[English](#-english)** | **[Русский](#-русский)**
|
||
|
||

|
||
|
||
<!-- tagline-en:start -->
|
||
{{ cookiecutter.description }}
|
||
<!-- tagline-en:end -->
|
||
|
||
<!-- summary-en:start -->
|
||
{{ cookiecutter.description }}
|
||
<!-- summary-en:end -->
|
||
|
||
## 🇺🇸 English
|
||
|
||
<!-- features-en:start -->
|
||
- FastAPI backend with Tortoise ORM
|
||
- Pydantic-settings configuration
|
||
- Ruff + mypy strict + pytest
|
||
- Pre-commit hooks
|
||
<!-- features-en:end -->
|
||
|
||
### ⚡ Quick Start
|
||
|
||
```bash
|
||
uv sync --extra dev
|
||
uv run uvicorn main:app --reload
|
||
```
|
||
|
||
---
|
||
|
||
## 💬 Support and contacts / Поддержка и контакты
|
||
|
||
👉 **[slaid098.dev/contacts](https://slaid098.dev/contacts)**
|
||
|
||
---
|
||
|
||
## 🇷🇺 Русский
|
||
|
||
<!-- tagline-ru:start -->
|
||
{{ cookiecutter.description }}
|
||
<!-- tagline-ru:end -->
|
||
|
||
<!-- summary-ru:start -->
|
||
{{ cookiecutter.description }}
|
||
<!-- summary-ru:end -->
|
||
|
||
<!-- features-ru:start -->
|
||
- Бэкенд на FastAPI с Tortoise ORM
|
||
- Конфигурация через pydantic-settings
|
||
- Ruff + mypy strict + pytest
|
||
- Pre-commit хуки
|
||
<!-- features-ru:end -->
|
||
|
||
### ⚡ Быстрый старт
|
||
|
||
```bash
|
||
uv sync --extra dev
|
||
uv run uvicorn main:app --reload
|
||
```
|
||
|
||
---
|
||
|
||
## 💬 Support and contacts / Поддержка и контакты
|
||
|
||
👉 **[slaid098.dev/contacts](https://slaid098.dev/contacts)** |