jomendez / typescript-migrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrations

Template for code migrations"

Clone the repo and install dependencies

npm install

To test/install it locally you can run, from the root directory in your console:

npm run build
npm link

To run a migrations you can run migrations subscribe <path/to/your/project/tsconfig.json>

migrations subscribe tsconfig.json

About

License:MIT License


Languages

Language:TypeScript 90.2%Language:JavaScript 9.8%