1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/application/agnostic
Janne Savolainen 4e326dfff8
Introduce electron-main specific timeslots
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-02 15:12:52 +02:00
..
src Introduce electron-main specific timeslots 2023-03-02 15:12:52 +02:00
index.ts Remove non agnostic timeslots from agnostic application 2023-03-02 08:47:19 +02:00
jest.config.js Remove non agnostic timeslots from agnostic application 2023-03-02 08:47:19 +02:00
package.json Remove non agnostic timeslots from agnostic application 2023-03-02 08:47:19 +02:00
README.md Introduce directory for application-packages 2023-03-02 08:47:02 +02:00
tsconfig.json Introduce directory for application-packages 2023-03-02 08:47:02 +02:00
webpack.config.js Introduce directory for application-packages 2023-03-02 08:47:02 +02:00

@k8slens/application

This package contains stuff related to creating Lens-applications.

In the beginning it will contain just the injection tokens used to configure the application.

Install

$ npm install @k8slens/application

Usage

As of now, this package doesn't do anything alone. It just provides you way to register implementation for contract.

Future ambition is that all stuff related to how applications are built will be relocated here.