jodevsa / mongoose-erd-generator

generate ERD diagrams from your mongoose schemas!
27 stars 14 forks source link

How to use it? #4

Open Newo6174 opened 4 years ago

Newo6174 commented 4 years ago

Could you please provide a simple example on how to use this package? I keep getting the error: Format :'undefined', is not supported. Thanks a lot.

1UC1F3R616 commented 3 years ago

@Newo6174 is it sorted? cause i need to use this :"(

jodevsa commented 3 years ago

Hi, @Newo6174 @1UC1F3R616

Haven't been able to find time lately.. I will try to add information on a README tomorrow.

FazilaMehtab commented 3 years ago

Hi, please update readme file about using of this module

ChristopherLynch-codeps commented 3 years ago

After you did the global install: npm install mongoose-erd-generator -g

You can just use it in command line, for example: mongoose-erd-generator -p .\models\ -f svg -o erd.svg

jodevsa commented 3 years ago

Hi, please check #6 ;)