@appjumpstart/booster

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

Usage no npm install needed!

<script type="module">
  import appjumpstartBooster from 'https://cdn.skypack.dev/@appjumpstart/booster';
</script>

README

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!

 

AppJumpstart