Skip to content

svenliebig/jarvil

Repository files navigation

jarvil

TODO

  • 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

CircleCI

installation

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

development

npm start

or

yarn start

build

for your current used system

npm build

or

yarn build

Debugging with Visual Studio Code

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published