The idea is to implement a rebar3 plugin rebar3_sumo_plugin (check the doc HERE) in order to automate some task, for example, the model generation, at least a good skeleton that can be useful as starting point.
Usage Examples
$ rebar3 new sumo_model blog blog_table_name name:string test:string views:integer
The idea is to implement a rebar3 plugin
rebar3_sumo_plugin
(check the doc HERE) in order to automate some task, for example, the model generation, at least a good skeleton that can be useful as starting point.Usage Examples
Examples References