sindresorhus / untildifyLinks
Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev
☆146Updated 2 months 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
- Strip leading whitespace from each line in a string☆143Updated last month
- Find the closest package.json file☆165Updated 5 months ago
- Lazy number range generator☆82Updated last year
- Get a random temporary file path☆80Updated 2 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Truncate a string to a specific width in the terminal☆87Updated 3 weeks ago
- Filter object keys and values into a new object☆104Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Create a hash for file revving☆106Updated 2 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Toggle the CLI cursor☆112Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆143Updated 2 months ago
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated 2 months ago
- Reliably get the terminal window size☆144Updated 2 years ago
- Get namespaced config from the closest package.json☆120Updated 2 years ago
- Convert a value to an array☆131Updated 4 years ago
- Check if argv has a specific flag☆94Updated 4 years ago
- Conditional promise chains☆63Updated 4 years ago
- Check if a URL is absolute☆80Updated 2 months ago
- Check if your package was installed globally☆69Updated 2 years ago
- Wordwrap a string with ANSI escape codes☆130Updated 2 months ago
- Get your PATH prepended with locally installed binaries☆105Updated last year
- Resolve the path of a module like require.resolve() but from a given path☆143Updated 4 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Check if stdout or stderr is interactive☆118Updated 2 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆96Updated 2 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated last month
- Import a globally installed module☆57Updated last year
- Ensures a value is a valid error by making it one if not☆82Updated last month