ts-mig - Sequelize TypeScript Migration Generator

JSON →
library 1.0.2 ·javascript abandoned
verified Jun 7, 2026

Utility to scaffold Sequelize migration files for TypeScript projects, supporting NestJS and Express.js. Current stable version is 1.0.2 (last updated 2020). It wraps the Sequelize CLI to generate migration stubs in TypeScript, bypassing issues with sequelize-cli's native JS output. Differentiates via a `-f` filepath option and a `ct` (create table) template. However, it is minimally documented, has no active maintenance (no commits since 2020), and lacks TypeScript type declarations, making it risky for production use.