Commit Graph

8 Commits

Author SHA1 Message Date
ced06e1ca8 refactor: переименовать расширение в templateFileGenerator
- идентификатор расширения переименован с templateForge на templateFileGenerator
- обновлены команды, настройки и конфигурация
- обновлены ссылки на репозиторий
- версия обновлена до 1.0.2
- обновлены локализации (en, ru)
- обновлена документация (README, CHANGELOG)
2026-04-02 22:35:09 +03:00
a7ece0b22e chore: подготовить к публикации 1.0.1
- publisher изменён на gromlab
- name изменён на vscode-templateforge
- displayName изменён на Template File Generator (gromlab)
- repository URL исправлен на HTTPS
- удалён Gitea Actions CI
- версия 1.0.1
2026-04-02 21:11:14 +03:00
cfbe03e06e feat: Template Forge 1.0.0
- генерация файлов и папок из шаблонов с подстановкой переменных
- каскадный поиск .templates вверх по дереву каталогов
- подсветка синтаксиса и автодополнение переменных в шаблонах
- webview и inputBox режимы ввода переменных
- локализация ru/en
- ядро генерации через @gromlab/create
- Gitea Actions CI для автопубликации
2026-04-02 19:12:35 +03:00
3da37cd591 chore: исключить handlebars из webpack сборки и добавить скрипт package-vsce 2025-10-25 17:19:30 +03:00
853b0f9a0b chore: обновить версию до 0.0.10 и изменить URL репозитория 2025-10-25 17:06:38 +03:00
S.Gromov
a98b1a0464 Update myTemplateGenerator to version 0.0.5. Introduced new configuration options, added support for additional case modifiers using the change-case-all package, and improved the webview for template selection and variable input. Updated package.json and package-lock.json accordingly. Added localization support for configuration settings and enhanced README with usage instructions. 2025-07-14 23:37:01 +03:00
S.Gromov
b87b04d407 Update localization support in myTemplateGenerator extension. Added English and Russian settings for the configuration interface, modified default language to English, and removed unnecessary .vscode directory from .gitignore. Updated @types/vscode dependency version in package files. Added VSCode configuration files for better development experience. 2025-07-13 18:54:05 +03:00
S.Gromov
80350e8f5f Initial commit for myTemplateGenerator extension, including core functionality for template-based file and folder generation, localization support, and configuration options. Added essential files such as package.json, README.md, and TypeScript configuration, along with necessary dependencies and build configurations. 2025-07-13 18:33:25 +03:00