chore: добавить frontend правила и шаблоны SLM
- добавлены frontend инструкции AGENTS и локальный style guide - актуализированы SLM templates под Vite React и слой infra - добавлены шаблоны component, infra и factory-based business - нормализованы примеры документации под alias infra
This commit is contained in:
3
.templates/infra/{{name.kebabCase}}/index.ts
Normal file
3
.templates/infra/{{name.kebabCase}}/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { {{name.pascalCase}}Client, create{{name.pascalCase}}Client } from './{{name.kebabCase}}.client'
|
||||
export { {{name.pascalCase}}Error } from './errors/{{name.kebabCase}}.error'
|
||||
export type { QueryParams } from './types/{{name.kebabCase}}-client.type'
|
||||
Reference in New Issue
Block a user