Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
☆697Nov 10, 2025Updated 7 months ago
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☆244Mar 10, 2026Updated 3 months ago
- Convert a dash/dot/underscore/space separated string to UpperCamelCase: foo-bar → FooBar☆81Aug 16, 2024Updated last year
- Convert object keys to camel case☆755Jan 25, 2026Updated 5 months ago
- Check if a path is the current working directory☆22May 10, 2025Updated last year
- Node.js 0.12 path.isAbsolute() ponyfill☆43Jan 24, 2021Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ES2015 Number.isFinite() ponyfill☆20Apr 7, 2021Updated 5 years ago
- Check if a number is a redirect HTTP status code☆25Apr 17, 2021Updated 5 years ago
- Lowercase the keys of an object☆41Feb 2, 2026Updated 5 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☆112Sep 12, 2025Updated 9 months ago
- Check if a path exists☆156Mar 3, 2022Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Sep 14, 2021Updated 4 years ago
- 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…☆37Dec 29, 2021Updated 4 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Jan 24, 2021Updated 5 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Strip the final newline character from a string/buffer☆38Oct 28, 2024Updated last year
- Strip redundant indentation and indent the string☆55May 3, 2021Updated 5 years ago
- Read a package.json file☆175Feb 8, 2026Updated 4 months ago
- Check if a path is in the current working directory☆23May 3, 2021Updated 5 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Aug 31, 2025Updated 10 months ago
- Get the first path that exists on disk of multiple paths☆64Sep 15, 2025Updated 9 months ago
- Create an array of unique values, in order, from the input arrays☆78Mar 1, 2021Updated 5 years ago
- Check if a path is a file, directory, or symlink☆80Feb 2, 2026Updated 5 months ago
- Check if a value is an object☆42Apr 16, 2021Updated 5 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Feb 26, 2022Updated 4 years ago
- User-friendly glob matching☆2,643Mar 27, 2026Updated 3 months ago
- Read the closest package.json file☆268Nov 7, 2025Updated 7 months ago
- Similar to String#trim() but removes only whitespace on the right☆22Jul 9, 2021Updated 4 years ago
- Detect the dominant newline character of a string☆56Sep 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 last year
- ES2015 Number.isNaN() ponyfill☆30May 2, 2024Updated 2 years ago
- Truncate a string to a specific width in the terminal☆94Jun 23, 2026Updated last week
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Apr 9, 2021Updated 5 years ago
- Check if a file path is a binary file☆49Apr 30, 2024Updated 2 years ago
- Get the user home directory with fallback to the system temp directory☆30Apr 16, 2021Updated 5 years ago
- Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes☆173Jan 21, 2026Updated 5 months ago
- Ensure a function is only called once☆166Feb 2, 2026Updated 5 months ago
- Check if a string matches the name of a Node.js builtin module☆63Feb 27, 2025Updated last year
- Get the first fulfilled promise that satisfies the provided testing function☆80Feb 3, 2026Updated 5 months ago