Generamba
Generamba copied to clipboard
Option to not create subfolder with module name
Hi guys, thx for awesome tool. There is a question ( or a feature request ) - can we skip creating 'module_name' folder for module? I mean, if i want to create a single swift file 'SomeEntity.swift' and want to put it to /Entities, I no need to specific folder for just a single file.
So i could use it like this: generamba gen Entity1 mytemplate generamba get Entitiy2 mytemplate generamba get Entitiy3 mytemplate
and get
instead of

I don't ask change functionality, it works cool, useful for a huge modules templates, just an option to avoid creation "module_name" folder. Some flag would be nice.