Apr 6, 2017 electron jetpack settings test typescript Consistent Testing electron-settings TL;DR: Delete the settings file before starting the test. Today I implemented a simple wrapper over the electron-settings functionality to gibe me access to
Dec 16, 2016 electron javascript knex sqlite Make Electron Work with Sqlite3 The other day I tried to integrate knex with a SQLITE3 back-end. Unfortunately, the instant I've tried to instantiate knex, I've
Dec 16, 2016 electron javascript knex webpack Make Electron work with Knex.js To make my life easier (and because I hate writing SQL statements), I thought of installing an ORM. After some search, I've decided
Dec 9, 2016 command electron ipc main menu renderer Electron AppSend Menu Command to Angular App TL;DR: In the main process use mainWindow.webContents.send('cmd') and in your Angular component (renderer process) bind it to a method
Dec 2, 2016 angular babel electron javascript webpack Electron and WebPack - Live Reloads I wanted to create a skeleton with Electron, Angular 2, capable of live reload while in development. I've settled on the following framework: