Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Benchmark electron-forge #11

Open
ghost opened this issue Dec 30, 2017 · 1 comment
Open

Benchmark electron-forge #11

ghost opened this issue Dec 30, 2017 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Dec 30, 2017

there is a new Electron project that unifies the bundling and Packaging of Electron.
It even includes the packaging for windows and MAC stores as well as he signing.

https://electronforge.io/
https://github.com/electron-userland/electron-forge

This project is using it, and they even have a systray that has a web ui.
https://github.com/ipfs-shipyard/ipfs-station/blob/master/package.json#L58
See the Scripts:
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint ."
},

Looks like a nice API and tidyup they have done.

Me thinks it might be worth having a look to see what we can learn and refactor ?

@asticode asticode self-assigned this Dec 31, 2017
@asticode
Copy link
Owner

@gedw99 that's a great idea indeed! I'll take a look when I have time, and if anybody else want to make a quick summary of what we can improve, feel free to to do it :)

@asticode asticode changed the title electron-forge Benchmark electron-forge Dec 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant