2.1.2 • Published 9 years ago

migration-framework v2.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

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.

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago