Overview of Change Case packages
mainThe change-case monorepo provides a suite of tools for transforming strings between various formats such as camelCase, PascalCase, Capital Case, snake_case, param-case, and CONSTANT_CASE.
The monorepo is split into several specialized packages:
change-case: The core package for standard case transformations.sponge-case: Specialized case transformations.swap-case: For swapping character cases.title-case: For title-style formatting.