A utility for converting a string into some styles: camelCase, PascalCase, kebab-case, snake_case, _underscore__case
String case utils
Mongoose plugin to name normalize collections names based on naming convention camelCase, snake_case, PascalCase, ...etc
Convert text between camelCase, snake_case, kebab-case, PascalCase and more
One lightly library contains a series of methods for converting one string or text to different kind of naming style, such as camelCase, PascalCase, hyphen-case, CONSTANT_CASE, etc.
`pascalCase` strips all punctuation and converts a string to PascalCase.
Convert text between camelCase, snake_case, kebab-case, PascalCase, and more
PascalCase primitive types for Roblox TypeScript.
Rewrite snake_case identifiers in Prisma schema files to PascalCase/camelCase while preserving the original DB names via @map / @@map.
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Typescript type-preserving conversion of objects between camelCase, snake_case, and PascalCase
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Transforms PascalCase to hyphen-case
Casenator is a lightweight utility package for converting strings between camelCase, PascalCase, kebab-case, uppercase, lowercase, and more, with built-in exception handling.
Typescript functions to convert between snake_case, PascalCase, and camelCase
Transform a string by swapping every character from upper to lower case, or lower to upper case
Covert object keys to PascalCase
MSSQL adapter for ezRPC. Automatic PascalCase/snake_case → camelCase key mapping with Zod validation.
Tiny string helpers: capitalize, titleCase, kebab-case, snake_case, camelCase, and PascalCase.
Transform into a string with random capitalization applied
Transform a string between CamelCase, CapitalCase, ConstantCase, DotCase, HeaderCase, ParamCase, PascalCase, PathCase, SnakeCase, SentenceCase.
MCP server: convert strings between camelCase, snake_case, kebab-case, PascalCase, and more.
Convert text between camelCase, snake_case, kebab-case, PascalCase & more — zero dependencies
CLI tool and API to rename Vue component files from kebab-case to PascalCase and automatically update imports