feat: add classVarName to operations in generateCleanArchitecture function
This commit is contained in:
@@ -204,6 +204,7 @@ export function generateCleanArchitecture(
|
|||||||
operations: {
|
operations: {
|
||||||
classname: tag,
|
classname: tag,
|
||||||
classFilename: toCamelCase(tag),
|
classFilename: toCamelCase(tag),
|
||||||
|
classVarName: toCamelCase(tag),
|
||||||
constantName: tag.toUpperCase().replace(/[^A-Z0-9]/g, '_'),
|
constantName: tag.toUpperCase().replace(/[^A-Z0-9]/g, '_'),
|
||||||
operation: tagsMap[tag],
|
operation: tagsMap[tag],
|
||||||
imports: imports
|
imports: imports
|
||||||
|
|||||||
Reference in New Issue
Block a user