hades-cli
Version:
Hades CLI developer tool
6 lines (5 loc) • 359 B
text/typescript
export const {{ toPascalCase schema.boundedContextName }}Handlers = [];
export const {{ toPascalCase schema.boundedContextName }}Services = [];
export const {{ toPascalCase schema.boundedContextName }}Models = [];
export const {{ toPascalCase schema.boundedContextName }}Repositories = [];
export const {{ toPascalCase schema.boundedContextName }}Sagas = [];