expand-tilde
Advanced tools
Comparing version
{ | ||
"name": "expand-tilde", | ||
"description": "Bash-like tilde expansion for node.js. Expands leadings tildes in filepaths to the user home directory.", | ||
"version": "1.0.0", | ||
"description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/jonschlinkert/expand-tilde", | ||
@@ -6,0 +6,0 @@ "author": { |
# expand-tilde [](http://badge.fury.io/js/expand-tilde) | ||
> Bash-like tilde expansion for node.js. Expands leadings tildes in filepaths to the user home directory. | ||
> Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd. | ||
@@ -5,0 +5,0 @@ ## Install with [npm](npmjs.org) |
3744
1.19%