sindresorhus / camelcase
Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
☆691Updated last year
Alternatives and similar repositories for camelcase:
Users that are interested in camelcase are comparing it to the libraries listed below
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,139Updated 3 months ago
- Join all arguments together and normalize the resulting url.☆362Updated 11 months ago
- Find a file or directory by walking up parent directories☆603Updated 3 weeks ago
- Convert object keys to camel case☆712Updated 9 months ago
- node byte string parser☆468Updated 9 months ago
- Escape RegExp special characters☆589Updated 10 months ago
- Normalize a URL☆847Updated last year
- User-friendly glob matching☆2,571Updated 2 months ago
- Get the visual width of a string - the number of columns required to display it☆487Updated 9 months ago
- Get a random temporary file or directory path☆427Updated last year
- Easily load and persist config without having to think about where and how☆872Updated 4 months ago
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆239Updated 2 years ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,112Updated last month
- Copy files☆428Updated 8 months ago
- Delay a promise a specified amount of time☆614Updated last year
- Delete files and directories☆1,331Updated 6 months ago
- Update notifications for your CLI app☆1,771Updated 4 months ago
- Get, set, or delete a property from a nested object using a dot path☆832Updated 11 months ago
- Temporary file and directory creator for node.js☆752Updated last week
- Sort an Object or package.json based on the well-known package.json keys☆843Updated last month
- Get an available TCP port☆898Updated last year
- Colored symbols for various log levels☆751Updated 7 months ago
- the mighty option parser used by yargs☆508Updated 3 months ago
- Simple “Least Recently Used” (LRU) cache☆692Updated last week
- Promisify a callback-style function☆1,504Updated 2 years ago
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,146Updated 5 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆346Updated 5 months ago
- Implements the node.js require.resolve() algorithm☆782Updated 3 months ago
- The ultimate javascript content-type utility.☆1,376Updated 2 weeks ago
- Parse yes/no like values☆268Updated 2 years ago