energy_system_modelling_wor.../node_modules/os-homedir
2022-03-24 09:22:39 -04:00
..
index.js add working version of ep_workflow 2022-03-24 09:22:39 -04:00
license add working version of ep_workflow 2022-03-24 09:22:39 -04:00
package.json add working version of ep_workflow 2022-03-24 09:22:39 -04:00
readme.md add working version of ep_workflow 2022-03-24 09:22:39 -04: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