khattakdev / mongoose-schema-cli

A CLI to generate your MongoDB Schema.
4 stars 1 forks source link

Generate Mongodb schemas #3

Closed khattakdev closed 4 years ago

khattakdev commented 4 years ago

It only generates a mongoose Schema. We are asking the user what does he/she prefer but the schema is not generated on basis of that input. We need to make that work. Also if the user selects mongoose schema, We need to check if user has mongoose installed. If not, install it for them.