·
1 commit
to master
since this release
Adds new model generator.
How to use
spring model -n "User" -p "name:String age:Int"
with relationships
spring model -n "User" -p "name:String Foo:references(relation:hasMany, foo:String)"