You've already forked onec_codetemplate_parser
mirror of
https://github.com/240596448/onec_codetemplate_parser.git
synced 2025-11-23 21:34:39 +02:00
Добавил описание команды
This commit is contained in:
@@ -27,6 +27,9 @@ render_from_src("path/to/template.st", "./src")
|
|||||||
### Основные команды:
|
### Основные команды:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Вывести дерево файла шаблонов в консоль
|
||||||
|
onec_codetemplate_parser pretty path/to/template.st
|
||||||
|
|
||||||
# Выгрузка файла в исходники
|
# Выгрузка файла в исходники
|
||||||
onec_codetemplate_parser parse path/to/template.st ./src
|
onec_codetemplate_parser parse path/to/template.st ./src
|
||||||
|
|
||||||
@@ -41,7 +44,7 @@ onec-onec_codetemplate_parser --help
|
|||||||
|
|
||||||
## Лицензия
|
## Лицензия
|
||||||
|
|
||||||
MIT
|
[MIT License](LICENSE)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "onec_codetemplate_parser"
|
name = "onec_codetemplate_parser"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"typer>=0.20.0"
|
"typer>=0.20.0"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user