The application is built using the @nrwl/workspace:library
generator, and it is built with TypeScript.
Once the repository has been cloned, install the dependencies of the project.
# with npm
npm install
The library can not be executed, as it is a utility library.
The application contains only unit tests. The unit tests are required in any class or function that is used. In order to run the tests:
# unit tests
nx test utils
The project flag inside CodeCov is utils
.