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`
decamelize
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
lowercase-keys
Lowercase the keys of an object
camelcase-keys
Convert object keys to camel case
change-case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
camelcase-css
Convert a kebab-cased CSS property into a camelCased DOM property.
pascalcase
Convert a string to pascal case (upper camelcase).
decamelize-keys
Convert object keys from camel case
swap-case
Transform a string by swapping every character from upper to lower case, or lower to upper case
title-case
Transform a string into title case following English rules
sponge-case
Transform into a string with random capitalization applied
titleize
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
case
Extensible string utility for converting, identifying and flipping string case
snakecase-keys
Convert an object's keys to snake case
obj-case
Work with objects of different cased keys
to-no-case
Remove any existing casing from a string.
to-space-case
Convert a string to space case.
cspell
A Spelling Checker for Code!
cspell-lib
A library of useful functions used across various cspell tools.
humps
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.