home-dir
Get home directory path on any platform
Install
npm install home-dir --save
Usage
var homeDir = ; console; // Outputs full path to your home directory // OR var dir = ;console // OUTPUTS: /(HOME)/path/to/somewhere // OR var homeDir = directory;