| commit | 3a45f8b272f165b75132c6dddfebda904f4ee000 | [log] [tgz] |
|---|---|---|
| author | Sapan Bhatia <gwsapan@gmail.com> | Tue Jan 14 21:20:16 2014 -0500 |
| committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Jan 14 21:20:16 2014 -0500 |
| tree | f4522e59f1c15de5454e54d50061196e5b221da9 | |
| parent | 86db4df938dbec1d34b727fd83ca262c49953210 [diff] [blame] |
Added new templates
diff --git a/planetstack/apigen/deps.template.json b/planetstack/apigen/deps.template.json new file mode 100755 index 0000000..e4164cf --- /dev/null +++ b/planetstack/apigen/deps.template.json
@@ -0,0 +1,8 @@ +{ +{% for o in generator.all %} + "{{ o.camel }}": [ + {% for f in o.refs %}"{{ f.camel }}", + {% endfor %}] +{% endfor %} +} +