badoom-ts!
-
Install dependencies:
yarn install
-
Setup
tsconfig.json
-
Run
docker-compose up -d
-
Start the watchers:
yarn start
- Run db migrations:
yarn db:migration:migrate
- Create new migration:
yarn db:migration:generate --name create-users-table
The transformer is used in other tsconfig.json
files for compiling Typescript projects. In order for this to work the transformer file is distributed as a compiled .js file.
Before publishing a new version which contains changes in the transformer be sure to run the following command and commit any changes.
yarn build:transformer