Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

New model generator

Latest
Compare
Choose a tag to compare
@netodevel netodevel released this 04 Aug 00:48
· 1 commit to master since this release
5fb1658

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)"