* Initialize a new Electron Forge template project in the given directory.
(opts: InitOptions)
| 25 | * Initialize a new Electron Forge template project in the given directory. |
| 26 | */ |
| 27 | init(opts: InitOptions): Promise<void> { |
| 28 | return init(opts); |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Make distributables for an Electron application |