From 35b88de2a96feabc7206b49aad471392b70270d8 Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Tue, 14 Nov 2017 18:05:59 +0300 Subject: [PATCH] Fix. Readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d7a091 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Generamba templates + +## touchin + +Module with controller, view-model and assembly + +## touchin-tablecell + +Module for cell generation. Contains: Cell, ViewModel and xib file + +### Example + +Part of Rambafile to include templates + +```ruby +catalogs: +- 'https://github.com/TouchInstinct/generamba_templates' + +templates: +- {name: touchin} +- {name: touchin-tablecell} +``` +