Better than before
This release brings some pretty minor improvements, new commands and increases overall stability 🐿.
News
- We were mentioned in a great article about iOS architecture patterns,
- Come to Rambler.iOS V on December, 22 - there will be a talk about Generamba, its purposes and architecture decisions.
Enhancements
- You can provide any number of project and test targets instead of a single one. Just use
project_targets
andtest_targets
keys in your Rambafile. - These targets may also be specified with
generamba gen
command options:module_targets
andtest_targets
. - Besides targets options, you can also specify file- and group paths for generating files (yes, I knew that it's the feature everybody was asking for!).
generamba setup
doesn't add empty keys (such asprefix
) in the Rambafile anymore.- Added two new commands:
generamba template list
andgeneramba template search
, which provide the ability to observe the list of templates from the shared Generamba catalog. Not very useful at the moment, because there is only one template - but in the future it may help a little. - And the last bun not least: the output of all commands is now colored!