Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 468 Bytes

openchs-models

OpenCHS data model to be used by front end clients

CI CircleCI

Dev flow

Publish

  • Bump up version in package.json and commit/push
  • Create a tag for the version and push the tag. CI will automatically publish the package for you.
 git tag v0.0.7
 git push origin --tags
  • Use the published package in your repositories