0.0.5 • Published 3 years ago

pet-models v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

pet-models

Repository for shared models and components between PET services

Please keep in mind to have the compiled code also committed. dist/ is also checked in

Meaning: code change => compile (npm run build) => commit => push

Build locally

npm install

Setup in other projects

  1. add reference in package.json

e.g.

"pet-models": "git+ssh://git@github.ibm.com:cic-austria/pet-models.git"
  1. reference in *.ts files

e.g.

import { Update } from 'pet-models';