RxPLC
This project contains the core functions and utilities for creating relay logic programs on client and server side.
Documentation
The project uses TypeDoc for source documentation.
To build the documentation run:
npm run doc
Build
The project uses Rollup for the build process.
To build the application run:
npm run build
Unit Tests
The Jest framework is used here for unit testing.
To execute unit tests run:
npm test
Coverage
The lcov coverage tool integrated with Jest is used here for coverage reporting.
To execute unit tests with coverage run:
npm run cover