0.1.11 • Published 5 months ago

migration-script-runner v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Migration Script Runner

Build Status CircleCI Coverage Status Quality Gate Status Lines of Code GitHub issues GitHub license NPM Version NPM Downloads Static Badge

An abstract implementation of script runner which can be extended by your own implementation

Development

Scripts overview

npm run build

Builds the app at build, cleaning the folder first.

npm run start:js

Starts 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:ts

Starts the app directly from ./index.ts.

Local developments

npm run test:watch

Triggers tests for each change

npm run test

Runs tests

npm run test:report

Runs 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.

0.1.10

5 months ago

0.1.11

5 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.0

6 months ago