iancoleman/strcase
A golang package for converting to snake_case or CamelCase observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3981
- days_rel: n/a
- days_push: 1008
- n_releases_24m: 0
Adoption not part of the score
1143 stars · 115 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
strcase is a Go package for converting strings between naming conventions such as snake_case, CamelCase, kebab-case, and custom delimited formats. It supports configurable acronym handling for consistent conversions.
Use cases
- convert strings to snake_case in Go
- convert identifiers to camelCase
- generate kebab-case names from arbitrary text
- handle acronyms like API or PostgreSQL in case conversion
- normalize database column names to Go struct field names
When to choose
- you need a small, focused, dependency-free case conversion utility in Go
- you need configurable acronym handling in camelCase conversions
- you want screaming snake or custom delimiter variants
When to avoid
- you need case conversion in a language other than Go
- you need Unicode-aware or locale-specific casing beyond ASCII identifiers
Facets
library · maturity maintenance
serialization parser developer-tools developer-tools programming-languages text-editors go cross-platform string-manipulation case-conversion snake-case camel-case kebab-case naming-conventions
1 source
- readme: https://github.com/iancoleman/strcase · fetched 2026-08-28 · 31f7ea63496a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| iancoleman/strcase | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="iancoleman/strcase")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem