node/tools/eslint/node_modules/user-home
Yosuke Furukawa f9dd34d301 tools: replace closure-linter with eslint
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>
2015-05-09 12:09:52 +09:00
..
cli.js tools: replace closure-linter with eslint 2015-05-09 12:09:52 +09:00
index.js tools: replace closure-linter with eslint 2015-05-09 12:09:52 +09:00
license tools: replace closure-linter with eslint 2015-05-09 12:09:52 +09:00
package.json tools: replace closure-linter with eslint 2015-05-09 12:09:52 +09:00
readme.md tools: replace closure-linter with eslint 2015-05-09 12:09:52 +09:00

readme.md

user-home Build Status

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