feat: Template Forge 1.0.0

- генерация файлов и папок из шаблонов с подстановкой переменных
- каскадный поиск .templates вверх по дереву каталогов
- подсветка синтаксиса и автодополнение переменных в шаблонах
- webview и inputBox режимы ввода переменных
- локализация ru/en
- ядро генерации через @gromlab/create
- Gitea Actions CI для автопубликации
This commit is contained in:
2026-04-02 19:12:35 +03:00
parent 3da37cd591
commit cfbe03e06e
22 changed files with 1019 additions and 823 deletions

View File

@@ -1,8 +1,8 @@
{
"mytemplategenerator.createFromTemplate.title": "Create from template...",
"mytemplategenerator.configure.title": "Configure myTemplateGenerator...",
"mytemplategenerator.config.templatesPath.description": "Path to the templates folder (relative to the project root)",
"mytemplategenerator.config.overwriteFiles.description": "Overwrite existing files when generating from template",
"mytemplategenerator.config.inputMode.description": "Variable input mode: webview or inputBox",
"mytemplategenerator.config.language.description": "Extension interface language"
}
"templateforge.createFromTemplate.title": "Create from template...",
"templateforge.configure.title": "Configure Template Forge...",
"templateforge.config.templatesPath.description": "Path to the templates folder (relative to the project root)",
"templateforge.config.overwriteFiles.description": "Overwrite existing files when generating from template",
"templateforge.config.inputMode.description": "Variable input mode: webview or inputBox",
"templateforge.config.language.description": "Extension interface language"
}