Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Latest commit

 

History

History

utils

Hubbl logo

Hubbl Utils

This library hosts common utilities used in many of the projects.

Coverage Status GitHub

Project

The application is built using the @nrwl/workspace:library generator, and it is built with TypeScript.

Development

Installation

Once the repository has been cloned, install the dependencies of the project.

# with npm 
npm install 

Execution

The library can not be executed, as it is a utility library.

Testing

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

Coverage

The project flag inside CodeCov is utils.