spark-core
v1.0.0
Published
Switch between your apps faster than you can read this. (Windows, MacOS)
Downloads
138
Readme
Spark Core
Spark's crossplatform stand-alone service for switching apps. Uses IPC (Inter Process Communication) to communicate (two-way) with Spark Desktop.
Running
Before running Spark Service in development mode, please ensure you have Node.js installed on your machine.
Clone this repo, and cd into it, Then:
$npm i
$npm run dev
Building
Spark usespkg
to ship executables for Windows, MacOS (Under development) that will be spwaned at Spark Desktop start up.
Before building Spark Service, please ensure you have Node.js installed on your machine.
Clone this repo, and cd into it, Then:
$npm i
$npm run build