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`
normalize-path
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
camelcase-keys
Convert object keys to camel case
remove-trailing-separator
Removes separators from the end of the string.
decamelize-keys
Convert object keys from camel case
split-on-first
Split a string on the first occurance of a given separator
url-pattern
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
neat-csv
Fast CSV parser
array-to-sentence
Join all elements of an array and create a human-readable string
react-group
React component to render collection of items separated by space or another separator
choices-separator
Separator for choices arrays in prompts. Based on the Separator from inquirer.
camelcase-keys-deep
Deeply convert the keys of an object to camelCase
vue-numeric
Input field component to display currency value based on Vue.
split-retain
Split a string and preserve the delimiters.
@strikeentco/get
Get a property from a nested object using a dot path or custom separator
decamelize-keys-deep
Deeply convert the camelized keys of an object into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
stringify-keys
Build an array of key paths from an object.
thousands
A micro javascript library for formatting numbers with thousands separator
@strikeentco/set
Set nested values on an object using a dot path or custom separator
pretty-num
Lightweight module for formatting numbers to a human readable string