- Boilerplate Template for Plugins with Jest Tests to prove it's functionality
- Plugin Manager, at the moment the plugins have to be npm install'ed manually to work
- Processor, create an algorithm to load only the plugins that match the input
- Initial copy of default.css to config directory of the user
- Make plugins as objects, so the trigger etc. doesn't have to be static
just a real viable intuitive launcher
First of all, you need electron installed globally:
npm i -g electron
After this you need to install the project dependencies:
npm i
or
yarn
npm start
or
yarn start
for your current used system
npm build
or
yarn build
Default Shell must be PowerShell: Ctrl+Shift+P > Select Standard Shell > PowerShell
Open Project, and press F5 for Start Debugging.
The Breakpoints are only available in the JS Files of the Electron output, and you can't hot reload the js files.