New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

typesetter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typesetter

Tools to generate Bookshelf models and migrations

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

bookshelf

FAQs

Package last updated on 18 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts