home-dir

Get home directory path on any platform

MIT 5 个版本
安装
npm install home-dir
yarn add home-dir
pnpm add home-dir
bun add home-dir
README

home-dir

Get home directory path on any platform

Install

npm install home-dir --save

Usage

var homeDir = require('home-dir');

console.log(homeDir()); // Outputs full path to your home directory

// OR

var dir = homeDir('/path/to/somehwere');
console.log(dir) // OUTPUTS: /(HOME)/path/to/somewhere

// OR

var homeDir = require('home-dir').directory;
版本列表
1.0.0 2015-01-21
0.2.0 2014-05-28
0.1.2 2013-11-07
0.1.1 2013-11-05
0.1.0 2013-11-05