UNPKG

168 BJavaScriptView Raw
1'use strict';
2
3const dynograte = require('../');
4
5module.exports = {
6 'create': (args) => {
7 return dynograte.createMigrationFile(args.dir, args.migration);
8 }
9};