Skip to content

Instantly share code, notes, and snippets.

View jgeewax's full-sized avatar
🤯
Learning

JJ Geewax jgeewax

🤯
Learning
View GitHub Profile
@jgeewax
jgeewax / sequelize-schema-file-generator.js
Last active August 24, 2016 14:16 — forked from manuelbieh/sequelize-schema-file-generator.js
Automatically generates migration files from your sequelize models
import fs from 'fs';
import { js_beautify as beautify } from 'js-beautify';
import Sequelize from 'sequelize';
import * as models from "../models";
const sequelize = new Sequelize({
host: '',
port: '',