Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
change-case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
decamelize-keys
Convert object keys from camel case
camelcase-keys
Convert object keys to camel case
change-case-all
All change-case methods bundled in a single module
camelize
recursively transform key strings to camel-case
case-anything
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
ts-case-convert
Typescript type-preserving conversion of objects between camelCase and snake_case
camelize-ts
Recursive camel casing of object property names with proper typing
convert-to-ecmascript-compatible-varname
Given a string of dash-delimited words, return a similar version of the string, but which is camel-cased and otherwise stripped of special characters, whitespace, etc. so that it is usable as an ECMAScript variable.
camelcase-keys-deep
Deeply convert the keys of an object to camelCase
text-case
Convert text between `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other
camelize2
recursively transform key strings to camel-case
change-case-commonjs
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
case-it
{camel,constant,dot,kebab,pascal,snake,space} case it.
transform-object-keys
Transform object keys into a new one using preset or custom rules
text-camel-case
Convert into a text with the separator denoted by the next word capitalized
camelcase-object-deep
Convert object keys recursivly to camelCase using lodash
literal-case
A TypeScript library for word case conversions, using Template Literal Types(TS >= 4.1).
casing
Recursively transform object key strings to and from camelCase and snake_case (underscore)