1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/application
Janne Savolainen a7181047d5
Fix windows not being able to build new Feature packages (#7220)
* Add missing dev script

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Inline all shared scripts to make them work in all environments

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Switch to using deterministic fake for path.join in unit test

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

* Make multi export config for webpack not fail when used in windows

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>

---------

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-02-23 10:54:35 +02:00
..
src Extract injection token for application information to separate NPM package (#7211) 2023-02-22 11:58:05 -05:00
index.ts Extract injection token for application information to separate NPM package (#7211) 2023-02-22 11:58:05 -05:00
jest.config.js Extract injection token for application information to separate NPM package (#7211) 2023-02-22 11:58:05 -05:00
package.json Fix windows not being able to build new Feature packages (#7220) 2023-02-23 10:54:35 +02:00
README.md Extract injection token for application information to separate NPM package (#7211) 2023-02-22 11:58:05 -05:00
tsconfig.json Extract injection token for application information to separate NPM package (#7211) 2023-02-22 11:58:05 -05:00
webpack.config.js Extract injection token for application information to separate NPM package (#7211) 2023-02-22 11:58:05 -05: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.