dleitee/strman
🏗A Javascript string manipulation library. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3796
- days_rel: n/a
- days_push: 1364
- n_releases_24m: 0
Adoption not part of the score
1986 stars · 77 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
developer-tools developer-tools web-development browser string-manipulation es6 zero-dependencies slugify utility-library nodejs javascript
3 sources
- readme: https://github.com/dleitee/strman · fetched 2026-08-28 · 76499a9d6bab
- homepage: https://dleitee.github.io/strman/ · fetched 2026-08-29 · 4bc3dd0255f2
- registry_npm: https://registry.npmjs.org/strman · fetched 2026-08-29 · 9696c4c30f53
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dleitee/strman | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem