strongself/Generamba

Option to not create subfolder with module name

Maxatma opened this issue · 0 comments

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
screen shot 2017-05-17 at 6 30 22 pm
instead of
screen shot 2017-05-17 at 6 30 06 pm

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.