typesetter
v2.0.1
Published
Tools to generate Bookshelf models and migrations
Maintainers
Readme
Typesetter
Generates models and migrations to be used with bookshelf and knex.
Usage
With npx
Model
To generate a model and migration to go along with the model
npx typesetter model User firstName:string lastName:stringThis will generate a model named user and a migration with a timestamp.
Migration
npx typesetter migrate new-feature-setInstall
Global
npm install typesetter -gLocally
npm install typesetter --save-dev