inaka / sumo_db

Erlang Persistency Framework
http://inaka.github.io/sumo_db/
Apache License 2.0
174 stars 37 forks source link

Implement a rebar3 plugin in order to automate models skeleton generation #297

Open cabol opened 7 years ago

cabol commented 7 years ago

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

Examples References