Abstract migration framework for Node.js based on node-migrate, generating migration files in CoffeeScript. Version 0.1.7, last release date unknown, infrequent releases. Designed for CoffeeScript codebases; generates .coffee migration files by default. Not actively maintained.
npm install coffee-migrateNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: require, set directory, run up migrations, and create a new migration.
Use node-migrate or a modern migration tool (e.g., db-migrate, knex).
Ensure coffee-script is installed as a dependency.
Run `npx coffee-migrate up` or install globally.
Use a newer migration framework.
Run `npm install coffee-migrate`.
Switch to CommonJS or use dynamic import.