sindresorhus / titleizeLinks
Capitalize every word in string: unicorn cake → Unicorn Cake
☆52Updated 2 years ago
Alternatives and similar repositories for titleize
Users that are interested in titleize are comparing it to the libraries listed below
Sorting:
- Lazy number range generator☆82Updated last year
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 9 months ago
- Get the path of the caller module☆67Updated 4 years ago
- Linkify GitHub issue references☆47Updated 2 months ago
- Ensures a value is a valid error by making it one if not☆84Updated 2 months ago
- Get namespaced config from the closest package.json☆121Updated 2 years ago
- Reduce a list of values using promises into a promise for a value☆74Updated 2 years ago
- Conditional promise chains☆63Updated 4 years ago
- Truncate a URL to a specific length☆62Updated 2 months ago
- Check if your code is running as an npm or yarn script☆65Updated 2 months ago
- Turn an object into a string of HTML attributes☆50Updated 2 years ago
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 3 months ago
- Convert an Observable to a Promise☆52Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Indent each line in a string☆114Updated 3 years ago
- Get metadata on the default editor or a specific editor☆55Updated 2 months ago
- Define a lazily evaluated property on an object☆67Updated 2 years ago
- Get the path of the parent module☆79Updated 2 months ago
- Create a hash for file revving☆107Updated 2 years ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Returns an array filled with the specified input☆43Updated 3 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated 4 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Updated last year
- Calls a function repeatedly while a condition returns true and then resolves the promise☆37Updated last year
- Returns a promise resolved in the next event loop - think `setImmediate()`☆72Updated 4 years ago
- Get the fullname of the current user☆48Updated 2 years ago
- Create a lazily evaluated value