1.1.0 • Published 2 years ago

@alessiocancian/tsc-junit v1.1.0

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.

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago