maddis-tsc-junit
Version:
JUnit report generator for typescript
41 lines (28 loc) • 1.1 kB
Markdown
[](http://www.wtfpl.net/about/)
[](http://www.typescriptlang.org/)
[](https://github.com/prettier/prettier)
[](https://www.npmjs.com/package/tsc-junit)
[](https://codecov.io/gh/iam-medvedev/tsc-junit)
[](https://github.com/semantic-release/semantic-release)
# tsc-junit
JUnit report generator for typescript
## Install
```bash
$ yarn add -D tsc-junit
```
## Usage
`package.json`:
```ts
{
"scripts": {
"types": "tsc --noEmit | tsc-junit --output report.xml"
}
}
```
Then run:
```bash
$ yarn types
```
Your report will be saved to a file `report.xml`
## License
`tsc-junit` is [WTFPL licensed](./LICENSE).