0.0.3 • Published 12 years ago

expand-home-dir v0.0.3

Weekly downloads
11,405
License
BSD
Repository
github
Last release
12 years ago

expand-home-dir

Expand ~/

expandHomeDir = require('expand-home-dir')

expandHomeDir('~')
// => /Users/azer

expandHomeDir('~/foo/bar/qux.corge')
// => /Users/azer/foo/bar/qux.corge

Install

$ npm install expand-home-dir