# jeffijoe/typesync

Install missing TypeScript typings for dependencies in your package.json.

Repository: https://github.com/jeffijoe/typesync
Canonical: https://ross.abutalabs.com/products/typesync
Language: TypeScript
License: MIT
License Family: permissive
Topics: hacktoberfest, typescript
Last push: 2026-01-29T11:46:52+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 64, release rhythm 35, longevity 100
- inputs: {"age_days": 3340, "days_push": 216, "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 1584, forks 23 (observed 2026-08-28T04:05:07.451358+00:00)

## What it is
TypeSync is a CLI tool that scans your package. and installs missing TypeScript type definition (@types) packages for your dependencies. It supports dry runs, ignore lists, config files, and CI failure modes.

## Use cases
- add missing @types packages for my dependencies
- sync typescript typings with package. automatically
- check for missing type definitions in CI
- install typings after adding a new npm package
- ignore certain packages when syncing types
- run typesync after every npm install

## When to choose
- you maintain a TypeScript project with many untyped npm dependencies
- you want to automate keeping @types packages in sync
- you want a CI check that fails when typings are missing

## When to avoid
- your project is plain JavaScript with no TypeScript
- you manage typings manually or use packages that bundle their own types

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, package-manager, type-system
- domain: developer-tools, programming-languages
- platform: cli, cross-platform
- tags: typescript, typings, npm, package-, definitely-typed, command-line, nodejs

## Member repositories
- jeffijoe/typesync (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:07.451358+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-30T03:55:57.479999+00:00, confidence not recorded.
  - readme: https://github.com/jeffijoe/typesync (fetched 2026-08-28T04:05:07.451358+00:00, sha 2517b38c3450)
  - registry_npm: https://registry.npmjs.org/typesync (fetched 2026-08-29T11:26:32.032064+00:00, sha 89fdb5032812)
- Data as of 2026-08-30T08:39:29.467469+00:00.
