tsc-junit

1.1.1 • Public • Published

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.

Package Sidebar

Install

npm i tsc-junit

Weekly Downloads

2,509

Version

1.1.1

License

WTFPL

Unpacked Size

8.31 kB

Total Files

8

Last publish

Collaborators

  • imedvedev