0.1.11 • Published 2 years ago
migration-script-runner v0.1.11
Migration Script Runner
An abstract implementation of script runner which can be extended by your own implementation
Development
Scripts overview
npm run buildBuilds the app at build, cleaning the folder first.
npm run start:jsStarts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.
npm run start:tsStarts the app directly from ./index.ts.
Local developments
npm run test:watchTriggers tests for each change
npm run testRuns tests
npm run test:reportRuns all tests and generates all the reports: junit, eslint, code coverage
Inspiration
I originally created this to solve a problem I was having with my pet projects. I believe that it can be especially handy if you have a deal with a new DBMS or there is still no public libraries available at the moment.