UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

10 lines (7 loc) 168 B
'use strict'; var os = require('os'); if (typeof os.homedir !== 'undefined') { module.exports = os.homedir; } else { module.exports = require('./polyfill.js'); }