2.1.2 • Published 8 years ago

migration-framework v2.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 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

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago