# change-case **Repository Path**: mirrors_blakeembrey/change-case ## Basic Information - **Project Name**: change-case - **Description**: Convert strings between camelCase, PascalCase, Capital Case, snake_case and more - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Change Case Monorepo > Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others. ## Packages - [change-case](https://github.com/blakeembrey/change-case/tree/master/packages/change-case) - [sponge-case](https://github.com/blakeembrey/change-case/tree/master/packages/sponge-case) - [swap-case](https://github.com/blakeembrey/change-case/tree/master/packages/swap-case) - [title-case](https://github.com/blakeembrey/change-case/tree/master/packages/title-case) ### TypeScript and ESM All packages are [pure ESM packages](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) and ship with TypeScript definitions. They cannot be `require`'d or used with legacy `node` module resolution in TypeScript. ## Related - [Meteor](https://github.com/Konecty/change-case) - [Atom](https://github.com/robhurring/atom-change-case) - [VSCode](https://github.com/wmaurer/vscode-change-case) ## License MIT