@openlens/application-for-electron-main
TypeScript icon, indicating that this package has built-in type declarations

6.5.0 • Public • Published

@openlens/application-for-electron-main

This Feature extends @openlens/application with Electron specifics.

Usage

$ npm install @openlens/application-for-electron-main
import { applicationFeature, startApplicationInjectionToken } from "@openlens/application";
import { applicationFeatureForElectronMain } from "@openlens/application-for-electron-main";
import { registerFeature } from "@openlens/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.

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @openlens/application-for-electron-main

    Weekly Downloads

    0

    Version

    6.5.0

    License

    MIT

    Unpacked Size

    6.83 kB

    Total Files

    9

    Last publish

    Collaborators

    • fbaldo