@thisthat-shared/tt-shared
v3.66.0
Published
ThisThat Common Entities and ENUMS
Readme
TT Common Entities and ENUMS
About
This repo contains shared TypeORM entities and enums used across other repos.
Setup
Run npm install.
Run npm run build.
Local Development
To use a local version of this repository as you dependency in other repositories, you need to create a symlink with NPM.
First, run npm link inside this repository.
Then, in the repository you want to access this package, run npm link @thisthat-shared/tt-shared.
Run application you are hoping to test changes to build and listen for changes automatically.
Publishing to Production
Run npm version <patch/minor/major> then npm publish.
ensure you have tested changes in other repositories then update dependency version.
