1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/business-features/runtime-features/README.md
Janne Savolainen 5f05c9cb6b
WIP
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-26 13:30:31 +03:00

20 lines
403 B
Markdown

# @k8slens/runtime-features
# Usage
```bash
$ npm install @k8slens/runtime-features
```
```typescript
import { runtimeFeaturesFeature } from "@k8slens/runtime-features";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";
const di = createContainer("some-container");
registerFeature(di, runtimeFeaturesFeature);
```
## Extendability