just-snake-case
convert a string to snake case
convert a string to snake case
transform object to use different case conventions
ESLint Plugin to enforce a style of snake_case in your project, rather than just disabling camelCase.
convert object keys from/to camelCase and snake_case
Transform object keys easily using whatever transform function
A utility class to convert a string into CamelCase/dash-case/snake_case, capitalized/uncapitalized, plural/singular name.
A plugin for the ESLint linter that adds more naming conventions for variables and functions.
Recursive functions for changing the case of nested objects.
convert between camelCase, PascalCase, snake_case, and kebab-case.
Letter Case Transformer
Transform a camelized string into a lowercased one using a custom separator and accepting unicode uppercase chars.
A plugin for the ESLint linter that adds more naming conventions for variables and functions.
Convert Strings/Arrays/Objects from a type of case to another one.
A cli utility to convert an input string to snake_case for personal usage
Universal string case mutator
JS utility for converting entire objects to different cases
Transform a char separated string into a camelCase one using a custom separator and accepting unicode chars.
Snake case a string
Transform a camelized string into a lowercased one using a custom separator and accepting unicode uppercase chars.
Convert object keys to any other case, such as camelCase, snake_case, etc.