sindresorhus / untildifyLinks
Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev
☆145Updated 2 years ago
Alternatives and similar repositories for untildify
Users that are interested in untildify are comparing it to the libraries listed below
Sorting:
- Indent each line in a string☆113Updated 3 years ago
- Get a random temporary file path☆80Updated 2 years ago
- Lazy number range generator☆81Updated last year
- Find the closest package.json file☆164Updated last month
- Create a hash for file revving☆105Updated last year
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Filter object keys and values into a new object☆102Updated last year
- Reliably get the terminal window size☆142Updated last year
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Check if your package was installed globally☆70Updated last year
- Get namespaced config from the closest package.json☆121Updated last year
- Randomize the order of items in an array☆105Updated 2 years ago
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency☆91Updated last year
- Write data to a random temporary file☆105Updated 11 months ago
- node module to check if a command-line command exists☆146Updated 2 years ago
- Check if argv has a specific flag☆95Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆122Updated 4 months ago
- Truncate a string to a specific width in the terminal☆87Updated last year
- Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.☆124Updated 11 months ago
- Check when the DOM has loaded like `DOMContentLoaded`☆110Updated 10 months ago
- Toggle the CLI cursor☆110Updated 11 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Conditional promise chains☆61Updated 4 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆156Updated last year