Package Exports
- knex-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (knex-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Knex CLI
Not the official Knex CLI! This is a drop-in replacement for the CLI that runs with extra features such as support for ES2015 syntax in seed/migration files.
Getting Started
npm install -g knex-cli
# Run just as you would with the original knex
knex-cli -hFeatures
- ES2015 support
- More coming soon