discover-path
Check for the existence of a path in a case-sensitive manner and, if not found, suggest where it might be at
needle-string
Count case-sensitive occurrences of a string in a string (like needles in a haystack)
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`