# alexjoverm/typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!

Repository: https://github.com/alexjoverm/typescript-library-starter
Canonical: https://ross.abutalabs.com/products/typescript-library-starter
Language: TypeScript
License: MIT
License Family: permissive
Topics: typescript, tslint, webpack, typedoc, jest, coveralls, travis, library
Last push: 2022-04-07T13:09:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3486, "days_push": 1609, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4359, forks 478 (observed 2026-08-28T04:08:46.539522+00:00)

## What it is
A zero-config starter kit for building TypeScript libraries, bundling Rollup, Jest, Prettier, TSLint, TypeDoc, and semantic release tooling into one template. Cloning and running npm install yields a ready-to-publish npm package with typings, tests, and CI setup.

## Use cases
- create a new typescript library
- bootstrap an npm package with typescript
- typescript library template with rollup and jest
- set up automated releases for a typescript package
- generate type declarations and docs for a library
- starter project with tslint and prettier preconfigured

## When to choose
- you want a batteries-included TypeScript library scaffold with build, test, lint, and release automation out of the box
- you prefer zero-config setup over assembling tooling yourself

## When to avoid
- you need modern tooling like Vite, tsup, ESLint, or pnpm workspaces, since this template uses older tools like TSLint and Travis
- you are building an application rather than a reusable library
- you need actively maintained templates - the last release was 2022

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: build-tool, testing, linter, formatter, ci-cd, documentation
- domain: developer-tools, web-development, programming-languages, tutorials
- platform: cli, cross-platform
- tags: typescript, starter-kit, rollup, jest, prettier, semantic-release, library-template, zero-config, boilerplate, nodejs

## Member repositories
- alexjoverm/typescript-library-starter (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.539522+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:31:26.326894+00:00, confidence not recorded.
  - readme: https://github.com/alexjoverm/typescript-library-starter (fetched 2026-08-28T04:08:46.539522+00:00, sha 42504156b9fd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
