A simple Node.js based skeleton, using Express and Knex.
To use the migration CLI, install Knex globally
$ npm install knex -g
Example migration included, type either
$ knex migrate:latest
$ knex migrate:latest --env staging
$ knex migrate:latest --env production
Seeding
$ knex seed:run