1.0.0 • Published 2 years ago

make-models v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

make-models

A CLI to automatically generate mongoose schema templates

Tired of copy-pasting or typing all the generic template information for mongoose schema? Use this CLI instead. Simply type the names of the various models in lowercase after the run command and it will generate the templates for you! example: make-models Student Teacher Test Grade