Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
☆697Jul 21, 2026Updated last month
Alternatives and similar repositories for camelcase
Users that are interested in camelcase are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆244Jul 25, 2026Updated last month
- Check if a path is the current working directory☆22May 10, 2025Updated last year
- Node.js 0.12 path.isAbsolute() ponyfill☆42Jan 24, 2021Updated 5 years ago
- Convert object keys to camel case☆758Updated this week
- ES2015 Number.isFinite() ponyfill☆20Apr 7, 2021Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Check if a number is a redirect HTTP status code☆25Apr 17, 2021Updated 5 years ago
- Lowercase the keys of an object☆42Feb 2, 2026Updated 7 months ago
- ES2015 `String#codePointAt()` ponyfill☆23Jan 23, 2021Updated 5 years ago
- Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz☆112Updated this week
- Create an array with values that are present in the first input array but not additional ones☆40Sep 14, 2021Updated 5 years ago
- Check if a path exists☆154Updated this week
- Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author…☆36Dec 29, 2021Updated 4 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆36Jan 24, 2021Updated 5 years ago
- Read a package.json file☆176Feb 8, 2026Updated 7 months ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- Strip redundant indentation and indent the string☆55Updated this week
- Strip the final newline character from a string/buffer☆37Updated this week
- Get the first path that exists on disk of multiple paths☆64Updated this week
- Create an array of unique values, in order, from the input arrays☆79Updated this week
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated this week
- Check if a path is a file, directory, or symlink☆81Updated this week
- User-friendly glob matching☆2,649Aug 19, 2026Updated last month
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Feb 26, 2022Updated 4 years ago
- Read the closest package.json file☆267Nov 7, 2025Updated 10 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Similar to String#trim() but removes only whitespace on the right☆22Jul 9, 2021Updated 5 years ago
- Truncate a string to a specific width in the terminal☆97Jul 9, 2026Updated 2 months ago
- Check if a value is an object☆41Updated this week
- Detect the dominant newline character of a string☆55Sep 23, 2023Updated 2 years ago
- Resolve the path of a module like require.resolve() but from a given path☆145Jan 23, 2021Updated 5 years ago
- Gracefully restore the CLI cursor on exit☆41Jul 26, 2024Updated 2 years ago
- ES2015 Number.isNaN() ponyfill☆30May 2, 2024Updated 2 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated this week
- Check if a file path is a binary file☆49Apr 30, 2024Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Apr 9, 2021Updated 5 years ago
- Check if a string matches the name of a Node.js builtin module☆62Updated this week
- Ensure a function is only called once☆166Updated this week
- Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes☆171Jul 25, 2026Updated last month
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 4 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆82Updated this week
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago