Search results
82 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Convert object keys to camel case
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Text hyphenation in Javascript.
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
A micro utility to hyphenize strings
remark-lint rule to warn when file names contain consecutive dashes
remark-lint rule to warn when file names contain initial or final dashes
Deeply convert the keys of an object to camelCase
Deeply convert the camelized keys of an object into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Convert into a dash separated text of capitalized words
Convert into a lower cased text with dashes between words
Transform object keys into a new one using preset or custom rules
Hyphenation for node and Polyfill for client-side hyphenation.
Vite 2.x plugin to support kebab case props within Svelte components.
Convert object keys to kebab-case
Convert camelCase inputs to kebab-case outputs.
One lightly library contains a series of methods for converting one string or text to different kind of naming style, such as camelCase, PascalCase, hyphen-case, CONSTANT_CASE, etc.
Transform object keys easily using whatever transform function