jonschlinkert / expand-tildeLinks
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
☆24Updated 3 years ago
Alternatives and similar repositories for expand-tilde
Users that are interested in expand-tilde are comparing it to the libraries listed below
Sorting:
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 5 years ago
- Get the npm global path prefix. Same code used internally by npm.☆29Updated last year
- Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.☆14Updated 4 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 8 years ago
- Resolve a directory that is either local, global or in the user's home directory.☆14Updated 8 years ago
- Lowercase the keys of an object☆41Updated 2 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆39Updated 2 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 10 months 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
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 5 years ago
- Check if a string has ANSI escape codes☆50Updated 4 months ago
- Like `extend` but only copies missing properties/values to the target object.☆17Updated 8 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago
- Run a child as if it's the foreground process. Give it stdio. Exit when it exits.☆43Updated 3 months ago
- Minimal module to check if a file is executable.☆51Updated 3 months ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- ☆37Updated 9 years ago
- Callback wrapping utility☆56Updated last year
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Repeat a string - fast☆35Updated 4 years ago
- Uses a breadth-first search, when necessary, to resolve the file path using the correct casing, and verify that the file actually exists.…☆12Updated 8 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 3 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 4 months ago
- Get the first path that exists on disk of multiple paths☆62Updated 4 months ago
- node.js utility for exporting a directory of files as modules.☆21Updated 4 years ago
- Check if a file is executable☆29Updated 7 years ago
- List of node.js builtin modules☆37Updated 2 months ago