feat: подготовка к публикации npm-пакета

- переименование в @gromlab/api-codegen, версия 1.0.3
- добавлена MIT лицензия
- динамическое чтение версии из package.json
- настроен build с копированием шаблонов и external biome
- загрузка спецификации по URL для извлечения title
- moduleNameFirstTag: true, cleanOutput: false
This commit is contained in:
2026-04-01 18:55:41 +03:00
parent 3c3ac80713
commit 8ddf0e1c7f
6 changed files with 53 additions and 9 deletions

View File

@@ -33,3 +33,5 @@ export function validateConfig(config: Partial<GeneratorConfig>): config is Gene
return true;
}