2.0.0 ā€¢ Published 5 years ago

@ianwalter/booster v2.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

booster

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

npm page

Installation

yarn add @ianwalter/booster --dev

Usage

If NODE_ENV isn't set, booster defaults to the development config in your knexfile.js:

āÆ yarn booster

  šŸ‘Ÿ Migrations run!

  šŸŒ± Database seeded!

Set up a test database:

āÆ yarn booster test

  šŸš€ Database booster_test created!

  šŸ‘Ÿ Migrations run!

  šŸŒ± Database seeded!

License

Apache 2.0 with Commons Clause - See LICENSE

Ā