* Attempt to import a given module directory to the Electron Forge standard. * * * Sets up `git` and the correct NPM dependencies * * Adds a template forge config to `package.json`
(opts: ImportOptions)
| 18 | * * Adds a template forge config to `package.json` |
| 19 | */ |
| 20 | import(opts: ImportOptions): Promise<void> { |
| 21 | return _import(opts); |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Initialize a new Electron Forge template project in the given directory. |
no outgoing calls
no test coverage detected