Skip to content

AMPATH/ngx-openmrs-formentry

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Oct 8, 2020
Jan 24, 2023
Apr 4, 2022
Jan 24, 2023
Jun 6, 2018
Jan 23, 2019
Oct 2, 2018
Oct 8, 2020
Oct 8, 2020
Oct 8, 2020
Feb 23, 2022
Oct 8, 2020
Jan 24, 2023
Jan 24, 2023
Oct 8, 2020
Oct 8, 2020

Repository files navigation

Build Status

AMPATH POC Formentry

This a formentry module for use with AMPATH's medical records system, AMPATH POC.

You can find the documentation for AMPATH forms (conceptually, this library as well as the Form builder) here - AMPATH Forms docs.

Development

Build the library by running:

npm run build:lib

Then run the demo with:

npm start

To publish:

Update the version in both of the package.json files

git add -f dist

git commit -m 'Bump <Version>'

git tag <Version>

Reset branch so you don't commit the dist to the src repository

git reset HEAD~1 --hard
git checkout <version tag>
npm login
npm publish