Showing 1-20 of 850 packages
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Axios transformer/interceptor that converts snake_case/camelCase
Typescript type-preserving conversion of objects between camelCase and snake_case
convert object keys from/to camelCase and snake_case
convert between camelCase, PascalCase, snake_case, and kebab-case.
Converts camelCase JavaScript objects to JSON snake_case and vise versa.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
A minimal utility function library that converts camelCase to snake_case and snake_case to camelCase.
Utility type definition convert snake_case🐍 ←→ camelCase🐪
This plugin verifys variable names are in snake_case
Convert keys in an javascript object for some cases(camelCase, snake_case, etc.)
ESLint Plugin to enforce a style of snake_case in your project, rather than just disabling camelCase.
Convert column names to camelCase for gets and back to snake_case for sets
A lightweight JavaScript utility for smart word transformations – from singular to plural, snake_case to camelCase, and everything in between.
ESLint plugin to enforce "underscore_case" (different from snake_case).
Mongoose plugin that creates camelCase aliases for snake_case properties in Mongoose models
JavaScript Convert String and Keys of Object between cases (camelCase, snake_case, PascalCase, dot.case, path/case, text case, Sentence case, Header Case, UPPERCASE, lowercase, kebab-case). Use for both Node.JS and Browser
Convert text between `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `kebab-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other
ESLint plugin for personal naming conventions - supports PascalCase, camelCase, snake_case, and UPPER_SNAKE_CASE naming rules with intelligent recommendations
Convert requests to and from snake_case to camelCase