1.1.0 • Published 7 years ago

path-homedir v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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-homedir
yarn add path-homedir

Import

// 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/pineapple

See 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

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago