mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 15:22:27 +00:00
![]() PR-URL: https://github.com/nodejs/io.js/pull/2286 Reviewed-By: Roman Reiss <me@silverwind.io> |
||
---|---|---|
.. | ||
index.js | ||
license | ||
package.json | ||
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.
Related
- user-home-cli - CLI for this module
- home-or-tmp - Get the user home directory with fallback to the system temp directory
License
MIT © Sindre Sorhus