Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
decamelize
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
camelcase-css
Convert a kebab-cased CSS property into a camelCased DOM property.
lodash.camelcase
The lodash method `_.camelCase` exported as a module.
pascalcase
Convert a string to pascal case (upper camelcase).
decamelize-keys
Convert object keys from camel case
camelcase-keys
Convert object keys to camel case
hyphenate-style-name
Hyphenates a camelcased CSS property name
to-no-case
Remove any existing casing from a string.
xcase
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
obj-case
Work with objects of different cased keys
to-camel-case
Convert a string to camel case.
@nevware21/ts-utils
Common JavaScript/TypeScript helper functions for better minification
humanize-string
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
uppercamelcase
Convert a dash/dot/underscore/space separated string to UpperCamelCase
varname
Convert strings between different variable naming formats
knex-stringcase
Helper switches key case for npm knex
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.
to-case
Simple case conversion and detection for strings.
json_
Converts camelCase JavaScript objects to JSON snake_case and vise versa.