Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyselden/vfile-reporter-junit
jUnit reporter for VFile
https://github.com/kellyselden/vfile-reporter-junit
Last synced: 16 days ago
JSON representation
jUnit reporter for VFile
- Host: GitHub
- URL: https://github.com/kellyselden/vfile-reporter-junit
- Owner: kellyselden
- License: mit
- Created: 2019-06-13T15:25:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T17:37:24.000Z (about 2 months ago)
- Last Synced: 2025-01-09T09:02:05.883Z (17 days ago)
- Language: JavaScript
- Size: 597 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vfile-reporter-junit
[![npm version](https://badge.fury.io/js/vfile-reporter-junit.svg)](https://badge.fury.io/js/vfile-reporter-junit)
jUnit reporter for VFile
## Usage
```js
const remark = require('remark');
const recommended = require('remark-preset-lint-recommended');
const vfileReporterJunit = require('vfile-reporter-junit');let file = remark()
.use(recommended)
.processSync('## Hello world!')console.log(await vfileReporterJunit([file]))
``````sh
remark . --use preset-lint-recommended --report junit
``````xml
```