An open API service indexing awesome lists of open source software.

https://github.com/fantasyui-com/application-installer

Quickly install npm modules and launch them in electron. [Library, Electron, Launcher]
https://github.com/fantasyui-com/application-installer

electron library

Last synced: 5 months ago
JSON representation

Quickly install npm modules and launch them in electron. [Library, Electron, Launcher]

Awesome Lists containing this project

README

          

# application-installer
Quickly install npm modules and launch them in electron.

## Usage

```JavaScript

const applicationInstaller = require('application-installer');

applicationInstaller({
emitter, // object must have .emit
log, // plain function

application: 'bootstrap-electron',
open: false,

location: path.join( paths.cache, 'core' ),
});

```