vojtechhabarta/typescript-generator
Generates TypeScript from Java - JSON declarations, REST service client observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 95
- Release rhythm 71
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 35
- age_days: 4321
- days_rel: 114
- days_push: 32
- n_releases_24m: 2
Adoption not part of the score
1220 stars · 260 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java tool that generates TypeScript definition files (.d.ts) from Java JSON classes using reflection, available as Maven and Gradle plugins. It can also generate TypeScript REST service clients from JAX-RS annotated services.
Use cases
- generate TypeScript interfaces from Java DTOs
- keep frontend types in sync with Java backend
- generate TypeScript client for JAX-RS REST services
- create .d.ts files during Maven build
- generate TypeScript declarations from Jackson-annotated classes
When to choose
- you have a JVM backend with JSON APIs and a TypeScript frontend
- you want build-time type generation integrated into Maven or Gradle
- you need REST client stubs generated from Java service definitions
When to avoid
- your backend is not on the JVM
- you need generation from source code rather than compiled classes
- you use a non-Jackson JSON mapping without supported customization
Facets
library · maturity active
serialization build-tool developer-tools web-development developer-tools apis jvm cli typescript-definitions code-generation maven-plugin gradle-plugin jackson jax-rs rest-client-generation
1 source
- readme: https://github.com/vojtechhabarta/typescript-generator · fetched 2026-08-28 · 3a58417e3c47
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vojtechhabarta/typescript-generator | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="vojtechhabarta/typescript-generator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem