colinhacks/zshy
🐒 Bundler-free build tool for TypeScript libraries. Powered by tsc. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 87
- Release rhythm 88
- Longevity 30
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 8
- age_days: 433
- days_rel: 82
- days_push: 82
- n_releases_24m: 20
Adoption not part of the score
1117 stars · 21 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
zshy is a bundler-free build tool for transpiling TypeScript libraries, powered by tsc. It reads entrypoints from package.json, auto-generates the exports map, and produces dual ESM/CJS builds without any bundler configuration.
Use cases
- build a typescript library without a bundler
- generate esm and cjs builds from one typescript source
- auto-generate package.json exports map
- publish a typescript package to npm
- replace tsup or unbuild with a tsc-based tool
- build a cli tool with bin support in typescript
When to choose
- you maintain a TypeScript library and want zero bundler config
- you need dual ESM/CJS output with correct exports maps
- you prefer tsc's transpilation semantics over esbuild/rollup
- you want entrypoints declared declaratively in package.json
When to avoid
- you need fast incremental builds or watch mode performance
- you need bundling, minification, or tree-shaking
- you're building an application rather than a library
- you need advanced transforms like CSS or asset pipelines
Facets
cli-tool · maturity active
build-tool compiler cli developer-tools web-development frontend backend cli cross-platform typescript tsc bundler-free esm cjs dual-package package-exports npm nodejs
2 sources
- readme: https://github.com/colinhacks/zshy · fetched 2026-08-28 · 42c9c55ff1e8
- registry_npm: https://registry.npmjs.org/zshy · fetched 2026-08-29 · e5829c5fa561
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| colinhacks/zshy | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem