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]

6 lines 270 B
process.argv.splice(1, 1); // This tricks prebuild-install into not validating on the // 1.8.x and 8.x ABI collision Object.defineProperty(process.versions, 'modules', { value: '-1', writable: false }); require(process.argv[1]); //# sourceMappingURL=prebuild-shim.js.map