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]

12 lines 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); async function getDownloaderForSystem() { // TODO: Resolve the downloader or default to GotDownloader // Current thoughts are a dot-file traversal for something like // ".electron.downloader" which would be a text file with the name of the // npm module to import() and use as the downloader const { GotDownloader } = await Promise.resolve().then(() => require('./GotDownloader')); return new GotDownloader(); } exports.getDownloaderForSystem = getDownloaderForSystem; //# sourceMappingURL=downloader-resolver.js.map