0.0.0 • Published 4 years ago
@rxplc/rxplc v0.0.0
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 docBuild
The project uses Rollup for the build process.
To build the application run:
npm run buildUnit Tests
The Jest framework is used here for unit testing.
To execute unit tests run:
npm testCoverage
The lcov coverage tool integrated with Jest is used here for coverage reporting.
To execute unit tests with coverage run:
npm run cover0.0.0
4 years ago