OHRM Forms Engine
OHRM dynamic form engine core
Usage
Add gitlab as a registry. (one time setup for PC)
Replace "your_token" with your PAT.
npm config set -- //gitlab.orangehrm.com/api/v4/packages/npm/:_authToken=your_token
npm config set @enterprise:registry=https://gitlab.orangehrm.com/api/v4/packages/npm/
Add this plugin to your repo.
npm i --save-dev @enterprise/ohrm-forms-engine
Development setup
git clone ssh://git@gitlab.orangehrm.com:2222/enterprise/utilities/ohrm-forms-engine.git
cd ohrm-forms-engine/
Publishing package
You need PAT with api level access.
Replace "your_token" with actual token. do not hardcode token in .npmrc
NPM_TOKEN=your_token npm publish