1.3.0 ā€¢ Published 6 years ago

@appjumpstart/booster v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

booster

A Knex.js utility to make setting up a database super easy

npm page

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!

Ā