g-migration
v2.2.0
Published
Generate a migration file.
Downloads
16
Readme
g-migration
Generate a migration file.
Getting started
Add the following to your package.json
file to download the binary and
setup an npm script to run the task.
./package.json
"scripts": {
"g:migration": "./node_modules/.bin/g_migration"
},
Now run the commands:
$ npm install g-migration --save-dev
$ mkdir ./db/migrations
$ npm run g:migration create_table_users
Changelog
Get the project's history in CHANGELOG.md.
Maintainer
Andy Bettisworth [email protected] https://andybettisworth.com
License
This project is released under the MIT License.