Generates bookshelf models and migrations to be used with bookshelf and knex.
With npx
To generate a model and migration to go along with the model
npx typesetter model User firstName:string lastName:string
This will generate a model named user and a migration with a timestamp.
npx typesetter migrate new-feature-set
Global
npm install typesetter -g
Locally
npm install typesetter --save-dev