mwolson / js-migration-example

Example of performing automatic JS code migrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrations

Automated scripts to perform JS source code migrations.

Commands

Run any missing migration steps:

grunt up

Undo the effect of any migrations that are not checked in:

grunt reset

Add a new migration task with hello-world and a timestamp in the name:

grunt create --name hello-world

About

Example of performing automatic JS code migrations

License:MIT License


Languages

Language:JavaScript 100.0%