jonschlinkert / detect-caseLinks
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
☆18Updated last year
Alternatives and similar repositories for detect-case
Users that are interested in detect-case are comparing it to the libraries listed below
Sorting:
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 4 years ago
- Expand deeply nested values from an object, with support for advanced features☆19Updated last month
- Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in oth…☆11Updated 8 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Get the first path that exists on disk of multiple paths☆62Updated 4 months ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated last year
- Turn an object into a string of HTML attributes☆50Updated 2 years ago
- Filter object keys and values into a new object☆105Updated last year
- Check if a string matches the name of a Node.js builtin module☆63Updated 11 months ago
- Get a random item from an array☆58Updated 3 years ago
- Decompress a HTTP response if needed☆75Updated 3 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Regular expression for matching reserved filename characters☆52Updated 4 months ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆45Updated 4 years ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- node.js utility for exporting a directory of files as modules.☆21Updated 4 years ago
- Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CL…☆18Updated 4 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.☆13Updated 10 years ago
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆42Updated 2 years ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Get the GitHub repository URL from a NPM package name.☆21Updated 7 years ago