MohamedBeydoun / atlas

An express-typescript code generator
Apache License 2.0
6 stars 0 forks source link

Features/generate model command #3

Closed MohamedBeydoun closed 4 years ago

MohamedBeydoun commented 4 years ago

Added "generate model" command that is used to generate a model along with it's interactions and interfaces. Example usage: atlas generate model user --fields email=string,password=string,pets=[string]