1.1.0 • Published 1 year ago

@alessiocancian/tsc-junit v1.1.0

Weekly downloads
-
License
WTFPL
Repository
github
Last release
1 year 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.

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago