# blakeembrey/change-case

Convert strings between camelCase, PascalCase, Capital Case, snake_case and more

Repository: https://github.com/blakeembrey/change-case
Canonical: https://ross.abutalabs.com/products/change-case
Language: TypeScript
License: MIT
License Family: permissive
Topics: camel-case, pascal-case, change-case, snake-case, lowercase, uppercase, constant-case
Last push: 2025-06-17T20:12:46+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 27, release rhythm 8, longevity 100
- inputs: {"age_days": 4888, "days_push": 442, "days_rel": 717, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2407, forks 103 (observed 2026-08-28T04:06:44.179310+00:00)

## What it is
A TypeScript monorepo of small libraries that transform strings between naming conventions like camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE. It ships as pure ESM packages with TypeScript definitions.

## Use cases
- convert strings between camelCase and snake_case
- transform identifiers to PascalCase in generated code
- normalize API field names to kebab-case
- convert text to title case or CONSTANT_CASE
- swap or sponge-case strings for fun text effects

## When to choose
- you need reliable, well-tested case conversion in JavaScript or TypeScript
- you want tiny focused ESM packages with type definitions
- you are building code generators or API serializers that need identifier transformations

## When to avoid
- you need CommonJS require support or legacy Node module resolution
- you need locale-aware natural-language title casing with complex rules
- you work outside the JavaScript ecosystem

## Facets
- artifact type: library
- maturity: stable
- function: serialization, developer-tools
- domain: developer-tools, web-development, text-editors
- platform: cross-platform, browser
- tags: string-manipulation, case-conversion, typescript, esm, monorepo, nodejs

## Member repositories
- blakeembrey/change-case (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:44.179310+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-30T02:34:04.695880+00:00, confidence not recorded.
  - readme: https://github.com/blakeembrey/change-case (fetched 2026-08-28T04:06:44.179310+00:00, sha 432fd0a4195c)
  - registry_npm: https://registry.npmjs.org/change-case (fetched 2026-08-29T10:14:34.458316+00:00, sha 42726a80e6ef)
- Data as of 2026-08-30T08:39:29.467469+00:00.
