My take on an Electron-based UI for the Scoop package manager.
Beware: This is an early stage version. The base functions are functional but it requires a few UI tweaks and improvements.
You will need to have Scoop installed. Then the app behaves just as any other Electron application.
npm install
In case you are behind a proxy, do not forget to set the following environment variables for the Electron download:
"ELECTRON_GET_USE_PROXY": "true"
"GLOBAL_AGENT_HTTP_PROXY": "http://host:port"
npm run start
For development purposes, the start-dev
script will start with the Chrome DevTools open.
npm run dist
You will find the Windows x64 binary .exe
in the out
folder.