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]
- Host: GitHub
- URL: https://github.com/fantasyui-com/application-installer
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2017-08-17T17:10:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T17:16:16.000Z (over 1 year ago)
- Last Synced: 2025-03-24T01:35:13.637Z (over 1 year ago)
- Topics: electron, library
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' ),
});
```