# nightharbor-file-reporter

> nightharbor reporter for local file

Latest version **0.2.0** (published 2018-09-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install nightharbor-file-reporter
pnpm add nightharbor-file-reporter
yarn add nightharbor-file-reporter
bun add nightharbor-file-reporter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2018-09-17 |
| First published | 2018-09-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 7.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yoshiyuki Kato |
| Maintainers | yoshiyuki |
| Keywords | lighthouse, reporting, local file |

## Links

- npm: https://www.npmjs.com/package/nightharbor-file-reporter
- Repository: https://github.com/YoshiyukiKato/nightharbor-file-reporeter
- Homepage: https://github.com/YoshiyukiKato/nightharbor-file-reporeter#readme
- Issues: https://github.com/YoshiyukiKato/nightharbor-file-reporeter/issues
- npm.io page: https://npm.io/package/nightharbor-file-reporter

## Dependencies (1)

- [json2csv](https://npm.io/package/json2csv.md) ^4.2.1

## Recent versions

- 0.2.0 (latest) — 2018-09-17

## README

# nightharbor-file-reporter
[![CircleCI](https://circleci.com/gh/YoshiyukiKato/nightharbor-file-reporter.svg?style=svg)](https://circleci.com/gh/YoshiyukiKato/nightharbor-file-reporter)
[![sonarcloud badge](https://sonarcloud.io/api/project_badges/measure?project=YoshiyukiKato_nightharbor-file-reporter&metric=alert_status)](https://sonarcloud.io/api/project_badges/measure?project=YoshiyukiKato_nightharbor-file-reporter&metric=alert_status)
[![Greenkeeper badge](https://badges.greenkeeper.io/YoshiyukiKato/nightharbor-file-reporter.svg)](https://greenkeeper.io/)

A [nightharbor](https://github.com/YoshiyukiKato/nightharbor) reporter for local file.

```sh
$ npm install --save nightharbor nightharbor-file-reporter
```

#### report by json and csv

```js
import {CsvReporter, JsonReporter} from "nightharbor/reporter";
const reporter = new JsonReporter("/path/to/output.json");

export default {
  ...,
  reporters: [
    new CsvReporter("/path/to/output.csv"),
    new JsonReporter("/path/to/output.json")
  ],
  ...
}
```

---
_Source: https://npm.io/package/nightharbor-file-reporter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
