1
0
mirror of https://github.com/240596448/onec_codetemplate_parser.git synced 2025-11-23 21:34:39 +02:00

Добавил описание команды

This commit is contained in:
Vladimir Nadulich
2025-11-04 21:12:53 +03:00
parent 3e83d2182c
commit 5a09e8cddb
2 changed files with 5 additions and 2 deletions

View File

@@ -27,6 +27,9 @@ render_from_src("path/to/template.st", "./src")
### Основные команды:
```bash
# Вывести дерево файла шаблонов в консоль
onec_codetemplate_parser pretty path/to/template.st
# Выгрузка файла в исходники
onec_codetemplate_parser parse path/to/template.st ./src
@@ -41,7 +44,7 @@ onec-onec_codetemplate_parser --help
## Лицензия
MIT
[MIT License](LICENSE)

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "onec_codetemplate_parser"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"typer>=0.20.0"
]