You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: