{"library":"case-formatter","type":"library","category":null,"description":"A lightweight JavaScript/TypeScript library (v1.1.2, stable) for converting strings and object keys between camelCase, snake_case, PascalCase, and kebab-case. Provides bidirectional converters for all 4 cases via a single default export with method chaining. Supports type-safe conversions on Records using generics. Ships TypeScript types. Differentiator: simple API, full matrix of conversions (12 methods), and generic typing for object key transforms. No dependencies, works in Node and browser.","language":"javascript","status":"active","version":"1.1.2","tags":["javascript","string","text","formatter","camel","snake","pascal","kebab","case","typescript"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install case-formatter","imports":["import caseFormatter from 'case-formatter';","caseFormatter.snakeToCamel('my_string')","caseFormatter.camelToSnake('myString')"]},{"cmd":"yarn add case-formatter","imports":[]},{"cmd":"pnpm add case-formatter","imports":[]}],"homepage":"https://github.com/6bou/case-formatter#readme","github":"https://github.com/6bou/case-formatter","docs":null,"changelog":null,"pypi":null,"npm":"case-formatter","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}