This repository maintains shared utils and types across multiple projects
- Ubuntu
- MacOS
- Windows
The following pre-requisites should be setup through your terminal on your development machine. Please refer to tool installation guides by the developers to set these up.
- Git
- Node 16
-
insert webrtc-monitoring-common-lib to dependencies array
"@meetrix/webrtc-monitoring-common-lib": "git+https://github.com/meetrix/webrtc-monitoring-common-lib.git",
-
Import it into your source code
import { Report } from '@meetrix/webrtc-monitoring-common-lib';
- Clone the repository
- Create a new branch for the task e.g.:
chore/WMS-999--fix-ci
- Do the changes
- Make sure the code is up to the standards/conventions and commit+push the changes
- Decide on a version number https://semver.org/
- Update package.json and package-lock.json "version" field
- Add/merge this to master/main branch