Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | пре 6 година | |
---|---|---|
.. | ||
cli.js | пре 7 година | |
index.js | пре 7 година | |
license | пре 7 година | |
package.json | пре 6 година | |
readme.md | пре 7 година |
Get the path to the user home directory
$ npm install --save user-home
var userHome = require('user-home');
console.log(userHome);
//=> /Users/sindresorhus
Returns null
in the unlikely scenario that the home directory can't be found.
$ npm install --global user-home
$ user-home --help
Example
$ user-home
/Users/sindresorhus
MIT © Sindre Sorhus