/rxjs-electron

Primary LanguageTypeScriptMIT LicenseMIT

CI Coverage Status semantic-release: angular

npm version npm version

@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@next

Most 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 electron

ES6 via npm

npm i @ckapp/rxjs-electron

Building/Testing

  • npm test run tests