jaredpalmer/tsdx

Zero-config CLI for TypeScript package development

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 5th, 2026
Created on January 24th, 2019
Open Issues & Pull Requests: 39 (+0)
GitHub issues: Enabled
Number of forks: 495
Total Stargazers: 11,466 (+0)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.0 days
Mean response time: 340.2 days
90th percentile: 1525.6 days
Tracked items: 204

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "solution: workaround available" is answered fastest, typically in about an hour, while "scope: templates" waits about 2 weeks. Only 0% of issues opened in the past year have been closed. Three people close 99% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 208 days
Stale 30+ days: 2
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • kind: feature (49)
  • solution: workaround available (31)
  • scope: integration (22)
  • scope: upstream (21)
  • scope: templates (19)
  • kind: bug (12)
  • PR welcome (11)
  • scope: docs (11)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TSDX is a zero-config CLI for TypeScript package development that streamlines the creation, testing, and publishing of TypeScript libraries.

The tool solves the complexity of setting up a modern TypeScript package by providing sensible defaults and automating common development tasks. Rather than requiring developers to manually configure bundlers, test runners, linters, and formatters, TSDX handles this configuration automatically. The approach uses a curated stack of modern, high-performance tools: bunchee for bundling, vitest for testing, oxlint for linting, and oxfmt for formatting. The tool automatically generates dual ESM and CommonJS builds with proper TypeScript declarations and exports field configuration, eliminating the need for manual module format management.

TSDX suits developers building TypeScript libraries who want to avoid build configuration overhead. It works well for both basic TypeScript libraries and React component libraries, with templates available for each. The tool is particularly valuable for teams prioritizing development speed, as its Rust-powered linting runs fifty to one hundred times faster than ESLint and formatting runs thirty-five times faster than Prettier. It requires Node.js 20 or later and uses bun for package management. The project represents a complete rewrite from its earlier version, incorporating modern tooling throughout.

Development activity shows consistent focus on modernization and performance. The codebase has undergone a comprehensive rewrite using Rust-based tools rather than JavaScript equivalents. The project maintains active support for contemporary development practices, including native bun integration and TypeScript-first design. The tool stack reflects deliberate choices favoring speed and reduced configuration burden over maximum flexibility.