An open API service indexing awesome lists of open source software.

https://github.com/ericmorand/nycer


https://github.com/ericmorand/nycer

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Nycer

> State-of-the-art code coverage tool

# Usage

## Command line interface

`tsc --project . --outDir dist --inlineSourceMap`

`nycer instrument dist/** "instrumented"`

`nycer check-coverage instrumented/index.js "src/**/*.ts"`

## API

> TBD