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 (5 loc) 220 B
import InstallerBase, { InstallerOptions } from '@electron-forge/installer-base'; export default class InstallerExe extends InstallerBase { name: string; install({ filePath }: InstallerOptions): Promise<void>; }