jonschlinkert / detect-caseLinks
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
☆18Updated 7 months ago
Alternatives and similar repositories for detect-case
Users that are interested in detect-case are comparing it to the libraries listed below
Sorting:
- Expand deeply nested values from an object, with support for advanced features☆17Updated last month
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆42Updated 2 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated last year
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in oth…☆11Updated 7 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Easily add plugin support to your node.js application.☆26Updated 4 years ago
- Split a string on a given character or characters, with support for escaping.