JavaScript runtime libraries for jDMN
See https://github.com/goldmansachs/jdmn for more information on jDMN
This runtime requires node version >= 16.
jDMN runtime is available in 4 target languages, and favors consistency of versioning across targets.
> npm install [email protected]
- Check-out project
- Make changes
- Run linters (see below) and fix errors
- Build project (see below) and fix errors
- Run tests (see below) and fix errors
- Make sure the test coverage is decent (e.g. around 70-75%)
- Commit changes
> npm run lint
> npm run build
> npm pack
> npm run test
Change release in package.json, perform all the previous steps and run
> npm publish