typesetter

2.0.1 • Public • Published

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:string

This will generate a model named user and a migration with a timestamp.

Migration

npx typesetter migrate new-feature-set

Install

Global

npm install typesetter -g

Locally

npm install typesetter --save-dev

Package Sidebar

Install

npm i typesetter

Weekly Downloads

5

Version

2.0.1

License

MIT

Unpacked Size

6.23 kB

Total Files

9

Last publish

Collaborators

  • kev_nz