GitXplorerGitXplorer
i

tsc-junit

public
7 stars
2 forks
1 issues

Commits

List of commits on branch main.
Unverified
e4c3147e3e7897c86a4b2dd2f14964a92e72847c

fix: 🐛 empty stdin error

iiam-medvedev committed 3 years ago
Unverified
66b55b9db12161cce4d559794620d69888cd8d6e

feat: release

iiam-medvedev committed 3 years ago
Unverified
c9ef78b2c0bd6d8795f3dd98e07564a761debe26

fix: 🐛 package.json files

iiam-medvedev committed 3 years ago
Unverified
8f73ee226f5215632ba1ea9426c3643d87349357

ci: 🎡 fix releaserc

iiam-medvedev committed 3 years ago
Unverified
ecde1acfba459cecd6a3f361885b98a37cae6e05

ci: 🎡 add releaserc

iiam-medvedev committed 3 years ago
Unverified
e3b4a58c6b778f9df020fcf7ea074ef6acb1642b

chore: 🤖 add github actions

iiam-medvedev committed 3 years ago

README

The README file for this repository.

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.