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]

7 lines (6 loc) 353 B
import { OraImpl } from '@electron-forge/async-ora'; import InstallerBase, { InstallerOptions } from '@electron-forge/installer-base'; export { InstallerOptions }; export default abstract class InstallerDarwin extends InstallerBase { moveApp(appPath: string, targetApplicationPath: string, spinner: OraImpl, copyInstead?: boolean): Promise<void>; }