Adaptation of camelcase-keys but recursive.
Convert object keys to camel case
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert a kebab-cased CSS property into a camelCased DOM property.
Sort the keys of an object recursively
Get an array of all files in a directory and subdirectories.
Make a directory and its parents if needed - Think `mkdir -p`
Axios transformer/interceptor that converts snake_case/camelCase
The lodash method `_.camelCase` exported as a module.
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
TypeScript definitions for camelcase-keys-deep
String case utils
Deeply convert the keys of an object to camelCase
Recursively read a directory
Recursive camelCase of object keys and arrays of objects
A fast JS library for camelCase and PascalCase
Recursive-Length Prefix (RLP) coder.
Checks that you are using the existent css/scss/less classes, no more no less
convert a string to camel case
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Constants and utilities about visitor keys to traverse AST.
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Have you ever needed to automatically convert Ruby-style snake_case to CamelCase or camelBack hash keys? Awrence to the rescue. This gem recursively converts all snake_case keys in a hash structure to camelBack.
Have you ever needed to automatically convert JSON-style camelBack or CamelCase hash keys into more Rubyish snake_case? Plissken to the rescue. This gem recursively converts all camelBack or CamelCase keys in a hash structure to snake_case.
This gem converts the case of strings, symbols, and keys of hash recursively. The convertible cases are camelCase, PascalCase, snake_case, etc.