A desktop application to export sequelize models automatically and visually.
# Clone this repository
git clone https://github.com/andyforever/sequelizer.git
# Go into the repository
cd sequelizer
# Install dependencies
npm install
# Run the app
npm start
Or do the same by executing one line
git clone https://github.com/andyforever/sequelizer.git && cd sequelizer && npm install && npm start
Specially Thanks the great projects.