mirror of https://github.com/nodejs/node.git
f9dd34d301
PR-URL: https://github.com/iojs/io.js/pull/1539 Fixes: https://github.com/iojs/io.js/issues/1253 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> |
||
---|---|---|
.. | ||
cli.js | ||
index.js | ||
license | ||
package.json | ||
readme.md |
readme.md
user-home
Get the path to the user home directory
Install
$ npm install --save user-home
Usage
var userHome = require('user-home');
console.log(userHome);
//=> /Users/sindresorhus
Returns null
in the unlikely scenario that the home directory can't be found.
CLI
$ npm install --global user-home
$ user-home --help
Example
$ user-home
/Users/sindresorhus
License
MIT © Sindre Sorhus