sindresorhus / os-homedir

[DEPRECATED] Node.js `os.homedir()` ponyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

This is not needed anymore. Use require('os').homedir() instead.


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'

Related

  • 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

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

About

[DEPRECATED] Node.js `os.homedir()` ponyfill

License:MIT License


Languages

Language:JavaScript 100.0%