cordova-android/node_modules/os-homedir
2016-10-17 10:50:30 -07:00
..
index.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
license updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
package.json CB-12003 updated node_modules 2016-10-17 10:50:30 -07:00
readme.md CB-12003 updated node_modules 2016-10-17 10:50:30 -07:00

os-homedir Build Status

Node.js 4 os.homedir() ponyfill

Install

$ npm install --save os-homedir

Usage

const osHomedir = require('os-homedir');

console.log(osHomedir());
//=> '/Users/sindresorhus'
  • user-home - Same as this module but caches the result
  • home-or-tmp - Get the user home directory with fallback to the system temp directory

License

MIT © Sindre Sorhus