0.3.0-alpha • Published 8 months ago
knexup v0.3.0-alpha
knexup
Get up and running with knex.js in typescript project.
Install
npm i -g knexup
Commands Overview
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
init Creates a knexup config file.
help [command] display help for command
init
knexup init
Initialize the project - dependencies installation, etc. This will:
- Install dependencies -
knex
,knexhelpers
,objection
,tsx
- and a db client library of choice. - Setup
knexfile.ts
in the specified knex directory. - Setup npm scripts for running knex migration and seed actions.
- Generate other helper files.
0.3.0-alpha
8 months ago
0.2.3-alpha
8 months ago
0.2.2-alpha
8 months ago
0.2.1-alpha
8 months ago
0.2.0-alpha
8 months ago
0.1.1-alpha
2 years ago
0.1.0-alpha
2 years ago
0.0.4-alpha
2 years ago
0.0.3-alpha
2 years ago
0.0.2-alpha
2 years ago
0.0.1-alpha
2 years ago