A Yeoman generator that creates Knex migration files from LoopBack model definitions. Version 0.1.11, last updated in 2017, unmaintained. It bridges LoopBack's model schema to database migrations via Knex, useful for legacy projects migrating from LoopBack 2.x/3.x. No known alternatives that do exactly this.
npm install generator-loopback-kenx-migrationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install Yeoman and this generator, then run it in an empty directory to scaffold migrations from existing LoopBack models.
Consider migrating to a custom script or alternative migration tool.
Ensure your LoopBack models are defined using LoopBack 2.x/3.x conventions.
Run from the root of your LoopBack project containing a models directory.
Run `npm install -g yo` first.
Ensure you are running the generator from the root of your LoopBack project.