umijs/father
NPM package development tool observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 97
- Release rhythm 93
- Longevity 100
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: 20
- age_days: 2651
- days_rel: 50
- days_push: 20
- n_releases_24m: 16
Adoption not part of the score
2241 stars · 287 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
father is an NPM package development tool from the UmiJS ecosystem that builds, checks, and helps publish JavaScript/TypeScript packages. It supports both Bundless (ESM/CJS via esbuild, Babel, or SWC) and Bundle (UMD via Webpack) build modes, generates .d.ts types, and offers persistent caching.
Use cases
- build an npm library to esm and cjs output
- generate umd bundle for a typescript package
- produce d.ts type definitions when publishing a package
- speed up incremental library builds with persistent cache
- prebundle dependencies for a node.js framework
- lint common npm package publishing mistakes
- scaffold jest testing into a library project
When to choose
- you are developing and publishing an npm package and want an opinionated all-in-one build tool
- you need both module (esm/cjs) and umd outputs from one config
- you want fast incremental builds with persistent caching
- you want automatic TypeScript declaration generation
When to avoid
- you are building an application rather than a reusable package
- you need full control over a custom webpack/rollup/vite pipeline
- you rely on experimental dependency prebundling in production-critical workflows
Facets
cli-tool · maturity active
build-tool cli developer-tools package-manager developer-tools frontend web-development cli cross-platform npm-package-development bundless bundle esbuild swc webpack typescript-declarations umi-family command-line nodejs
1 source
- readme: https://github.com/umijs/father · fetched 2026-08-28 · e55d0145dbb8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| umijs/father | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem