1.1.0 • Published 8 years ago
path-homedir v1.1.0
path-homedir
Get a path in the user home directory
Unlike the resolve-* these modules allow resolution of non-module paths.
Install
npm install --save path-homediryarn add path-homedirImport
// ES2015
import homedir from 'path-homedir'// CommonJS
var homedir = require('path-homedir')Usage
homedir([path]) : String
Get a path in the user's home directory.
- path {String} (optional) path to get in the home directory
Returns a string.
Example
import homedir from 'path-homedir'
homedir('pineapple') //=> C:/User/Spongebob Squarepants/pineappleSee also
Contributing
All pull requests and issues welcome!
If you're not sure how, check out the great video tutorials on egghead.io!
License
MIT © Sam Gluck