# angus-c/just

A library of dependency-free JavaScript utilities that do just one thing.

Repository: https://github.com/angus-c/just
Canonical: https://ross.abutalabs.com/products/angus-c-just
Homepage: https://anguscroll.com/just
Language: JavaScript
License: MIT
License Family: permissive
Topics: dependency-free, javascript, utils, pwa, tiny, library, typescript, utilities
Last push: 2024-02-11T12:23:37+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3721, "days_push": 934, "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 6202, forks 207 (observed 2026-08-28T04:09:39.858518+00:00)

## What it is
Just is a collection of zero-dependency JavaScript utility modules, each published as its own tiny npm package that does one thing (e.g. just-clone, just-diff, just-extend). It ships ES and CJS builds plus TypeScript definitions, making it ideal for size-sensitive apps like PWAs.

## Use cases
- deep clone objects without pulling in lodash
- diff and patch JavaScript objects
- merge, extend, pick, and omit from objects
- reduce bundle size by replacing bulky utility libraries
- add small typed utilities to a TypeScript project
- build a progressive web app with minimal bytes

## When to choose
- you need a handful of small utilities and care about bundle size
- you want dependency-free npm packages with ESM/CJS and TypeScript support
- you're targeting older browsers or Node 6+ environments

## When to avoid
- you want one comprehensive utility library with batteries included
- you need heavily optimized or battle-tested performance-critical utilities
- your team prefers a single dependency over many micro-packages

## Facets
- artifact type: library
- maturity: active
- function: developer-tools
- domain: developer-tools, web-development
- platform: browser, cross-platform
- tags: utility-library, zero-dependency, npm-packages, typescript-definitions, pwa, tree-shakable, javascript, nodejs

## Member repositories
- angus-c/just (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:39.858518+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-29T17:47:19.878286+00:00, confidence not recorded.
  - readme: https://github.com/angus-c/just (fetched 2026-08-28T04:09:39.858518+00:00, sha be39e83cfcba)
  - homepage: https://anguscroll.com/just (fetched 2026-08-29T08:44:03.382579+00:00, sha 87bd791514d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
