barecheck
Version:
Barecheck core Node.js library
23 lines (12 loc) • 445 B
Markdown
# Barecheck
Cli + core JS packaged to work with Barecheck cloud.
Provides clean interface to get code coverage, duplication, complexity from CLI or by using Node.js package
**NOTE: Package is still on active development phase. It's not recommended to use in production but you always can try it locally and give us feedback. **
## Installation
```bash
yarn add barecheck
```
## Usage
```bash
const barecheck = require("barecheck")
```