README
booster
A Knex.js utility to make setting up a database super easy
Installation
npm install @appjumpstart/booster --save-dev
Usage
If NODE_ENV isn't set, booster defaults to the development config in your
knexfile.js:
❯ npx booster
👟 Migrations run!
🌱 Database seeded!
Set up a test database:
❯ npx booster test
🚀 Database booster_test created!
👟 Migrations run!
🌱 Database seeded!