1.0.4 • Published 3 years ago

lucidchart-mongoose-models-generator v1.0.4

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Lucidchart Mongoose Models Generator

Convert an UML class diagram to Mongoose Models. Generate Mongoose Models from UML Class Diagram exported to Csv file by Lucidchart.

Features

Generate Mongoose Models. Generate Mongoose Models Relations ( right now, we support just OneToMany relation).

Installation

npm i -g lucidchart-mongoose-models-generator

Usage Example

Create an UML Class Diagram at Lucidchart. usage example Export Class Diagram to CSV file.

npx lucidchart-mongoose-models-generator --csvFilePath="FILE_PATH"

Change File_PATH with your class diagram file path (make sure there is no space in the file name)

Want to help

If you like this package, please star this repository. If you want to contribute to this package, feel free to create a pull request.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago