6.5.0 • Published 12 months ago

@k8slens/application-for-electron-main v6.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@k8slens/application-for-electron-main

This Feature extends @k8slens/application with Electron specifics.

Usage

$ npm install @k8slens/application-for-electron-main
import { applicationFeature, startApplicationInjectionToken } from "@k8slens/application";
import { applicationFeatureForElectronMain } from "@k8slens/application-for-electron-main";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";

const di = createContainer("some-container");

registerFeature(di, applicationFeature, applicationFeatureForElectronMain);

const startApplication = di.inject(startApplicationInjectionToken);

startApplication();

Extendability

Timeslots

beforeAnythingInjectionToken

Runnables registered here will be called before anything else. Special requirement here is that everything here needs to be synchronous.

beforeElectronIsReadyInjectionToken

Runnables registered here will be called right after runnables in beforeAnythingInjectionToken but still before we are sure that Electron application is ready (electron.app.whenReady()). Special requirement here is that everything here needs to be synchronous.

6.5.0-alpha.7

12 months ago

6.5.0-alpha.6

12 months ago

6.5.0-alpha.8

12 months ago

6.5.0

12 months ago

6.5.0-alpha.5

12 months ago

6.5.0-alpha.4

1 year ago

6.5.0-alpha.3

1 year ago

6.5.0-alpha.2

1 year ago

6.5.0-alpha.1

1 year ago