tscriptify
« Back to VersTracker
Description:
Golang struct to TypeScript class/interface converter
Type: Formula  |  Latest Version: 0.2.0@0  |  Tracked Since: Nov 7, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: golang typescript code-generation developer-tools cli
Install: brew install tscriptify
About:
tscriptify is a command-line utility that automatically generates TypeScript class and interface definitions from Go struct types. It streamlines the development workflow by eliminating manual translation of data models between backend and frontend code. This ensures type safety and consistency across your full-stack application.
Key Features:
  • Automatic conversion of Go structs to TypeScript interfaces
  • Support for nested structs and complex data types
  • Customizable output via struct tags
  • CLI tool for easy integration into build pipelines
Use Cases:
  • Generating type definitions for REST API responses in TypeScript frontends
  • Synchronizing data models between Go backend and TypeScript-based frontend applications
  • Automating build processes to keep client-side types up-to-date with server-side structs
Alternatives:
  • gots – Similar functionality for generating TypeScript from Go, often with different feature focuses or output styles.
  • QuickType – A more general-purpose tool that can generate types in many languages from various inputs, including JSON.
Version History
Detected Version Rev Change Commit
Nov 7, 2025 9:33pm 0 NEW 4eaa9daf
Nov 7, 2025 12:58pm 0 VERSION_BUMP 30e19f66