feat: add classVarName to operations in generateCleanArchitecture function

This commit is contained in:
didavila
2026-03-24 15:44:10 +01:00
parent 82b734bc55
commit 031bdb4b3a

View File

@@ -204,6 +204,7 @@ export function generateCleanArchitecture(
operations: {
classname: tag,
classFilename: toCamelCase(tag),
classVarName: toCamelCase(tag),
constantName: tag.toUpperCase().replace(/[^A-Z0-9]/g, '_'),
operation: tagsMap[tag],
imports: imports