1.1.1 • Published 2 years ago

tsc-junit v1.1.1

Weekly downloads
-
License
WTFPL
Repository
github
Last release
2 years ago

License: WTFPL TypeScript code style: prettier npm version Codecov semantic-release

tsc-junit

JUnit report generator for typescript

Install

$ yarn add -D tsc-junit

Usage

package.json:

{
  "scripts": {
    "types": "tsc --noEmit | tsc-junit --output report.xml"
  }
}

Then run:

$ yarn types

Your report will be saved to a file report.xml

License

tsc-junit is WTFPL licensed.