Skip to content

Instantly share code, notes, and snippets.

@isao
Last active December 14, 2015 19:58
Show Gist options
  • Save isao/5140028 to your computer and use it in GitHub Desktop.
Save isao/5140028 to your computer and use it in GitHub Desktop.
index.js
var path = require('path'),
fs = require('fs'),
is_win = process.platform === 'win32',
homedir = is_win ? process.env.USERPROFILE : process.env.HOME,
confdir = path.join(homedir, '.mojito');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment