node-migrate-fs

0.1.1 • Public • Published

node-migrate-fs

File system store for node-migrate.

Installation

npm install node-migrate-fs

Options

Command line Programmatic Description
--store-path path State file path. Default migrations/.state.

Usage

Command line

node-migrate --store node-migrate-fs --store-path my/path/.state

Programatic use

const migrate = require('node-migrate');
const fsStore = require('node-migrate-fs');
 
const store = fsStore({
  path: 'my/path/.state'
});
 
migrate({ store });

Package Sidebar

Install

npm i node-migrate-fs

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

12.8 MB

Total Files

7

Last publish

Collaborators

  • ct0r