egoist/tsup

The simplest and fastest way to bundle your TypeScript libraries.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 5th, 2026
Created on March 19th, 2020
Open Issues & Pull Requests: 411 (+0)
GitHub issues: Enabled
Number of forks: 273
Total Stargazers: 11,291 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

tsup is a TypeScript bundler that provides zero-configuration bundling powered by esbuild.

The tool solves the problem of bundling TypeScript libraries without requiring complex configuration. It works by leveraging esbuild's speed and capabilities to handle TypeScript, JavaScript, JSON, and experimental CSS support, outputting bundles to a dist directory. Multiple entry points can be bundled in a single invocation.

Developers should be aware that this project is no longer actively maintained and the README recommends considering alternatives for new projects. The tool suits straightforward library bundling scenarios where minimal configuration is desired and the supported file types meet project needs.

The project is not actively maintained, with the README explicitly stating this and directing users toward other options.