kevin tessier 5eedee288e install npm | 5 gadi atpakaļ | |
---|---|---|
.. | ||
cli.js | 5 gadi atpakaļ | |
index.js | 5 gadi atpakaļ | |
license | 5 gadi atpakaļ | |
package.json | 5 gadi atpakaļ | |
readme.md | 5 gadi atpakaļ |
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