Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 700 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 700 Bytes

Sequelizer

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

screenshot

Specially Thanks the great projects.

sequelize

squelize-auto