# dleitee/strman

🏗A Javascript string manipulation library.

Repository: https://github.com/dleitee/strman
Canonical: https://ross.abutalabs.com/products/strman
Homepage: https://dleitee.github.io/strman/
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, string, es6
Last push: 2022-12-08T18:46:47+00:00

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

## Adoption (not part of the score)
Stars 1986, forks 77 (observed 2026-08-28T04:06:02.790935+00:00)

## What it is
strman is a zero-dependency JavaScript string manipulation library offering utilities like slugify, case conversion, and string checks. It works in both ES6 import and CommonJS require environments.

## Use cases
- slugify titles into url-safe strings
- convert strings between camelCase, snake_case and kebab-case
- manipulate and inspect strings in javascript without dependencies
- truncate, pad, or transform text in node or the browser
- replace a heavyweight utility library with a small string toolkit

## When to choose
- you need common string helpers in JavaScript with zero npm dependencies
- you want a lightweight alternative to larger utility libraries for string tasks
- you work in both ES6 and CommonJS environments

## When to avoid
- you need actively developed software with frequent updates
- you need unicode-heavy or locale-aware text processing beyond basic helpers
- your framework already bundles equivalent string utilities

## Facets
- artifact type: library
- maturity: maintenance
- function: developer-tools
- domain: developer-tools, web-development
- platform: browser
- tags: string-manipulation, es6, zero-dependencies, slugify, utility-library, nodejs, javascript

## Member repositories
- dleitee/strman (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:02.790935+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:03:06.356930+00:00, confidence not recorded.
  - readme: https://github.com/dleitee/strman (fetched 2026-08-28T04:06:02.790935+00:00, sha 76499a9d6bab)
  - homepage: https://dleitee.github.io/strman/ (fetched 2026-08-29T10:43:16.683297+00:00, sha 4bc3dd0255f2)
  - registry_npm: https://registry.npmjs.org/strman (fetched 2026-08-29T10:43:16.692289+00:00, sha 9696c4c30f53)
- Data as of 2026-08-30T08:39:29.467469+00:00.
