0.1.4 • Published 3 years ago
@ckapp/rxjs-electron v0.1.4
@ckapp/rxjs-electron
A collection of extensions to work with electron leveraging the powers of RxJS.
Branches / Versions
- main - Contains the most recent version
npm install @ckapp/rxjs-electron- next - Contains the next version
npm install @ckapp/rxjs-electron@nextMost PRs should be made to main.
Check our branching and release strategy.
Installation and Usage
Prerequisits
If you want to use rxjs-electron in our application, make sure that you also install rxjs and electron using
npm i rxjs electronES6 via npm
npm i @ckapp/rxjs-electronBuilding/Testing
npm testrun tests