Repository
Current version released
4 years ago
deno-utils
Collection of utility functions for Deno
Developers
Setup
To install Deno, see the installation guide.
To run commands, you will need to install Velociraptor. See the installation guide.
Testing
vr testCoverage
To generate coverage reports you will need to install lcov.
apt install lcovOnce you have installed lcov, you can generate a coverage report using:
vr test:coverageThis will be available at __coverage__/html/index.html.