migration-framework

2.1.2 • Public • Published

migration-framework

A barebones, generic migration framework

usage

$ npm i --save migration-framework

config/default.json:

{
  "migrationFramework": {
    "migrationDir": "/path/to/project/migrations",
    "migrationFilename": ".migrate"
  }
}

Gruntfile.js

module.exports = function (grunt) {
  require('migration-framework/Gruntfile')(grunt);
};

Add the migration file to .gitignore.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.2
    1
    • latest

Version History

Package Sidebar

Install

npm i migration-framework

Weekly Downloads

1

Version

2.1.2

License

ISC

Last publish

Collaborators

  • heartsentwined
  • yalesov