A minimal CLI tool for auto-generating Sequelize migration files from model definitions. Version 0.1.0 is the initial release. It reads a directory of Sequelize model files and outputs corresponding migration stubs. The tool is simple but offers no diffing, rollback, or version management. No active maintenance observed.
npm install sequelize-migration-generatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate migration files from Sequelize model files in the specified directory.
Manually edit generated migrations for complex models.
Install globally: npm i -g sequelize-migration-generator, then run the command.
No dependency data recorded yet.