1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/extensions/example-extension
Jari Kolehmainen df0f080380
Simplify pages/menus/registry extension api internal implementation (#1364)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
Co-authored-by: Roman <ixrock@gmail.com>
2020-11-13 17:04:39 +02:00
..
.gitignore Improve how extension-api is exposed/loaded (#1055) 2020-10-09 14:12:40 +03:00
main.ts Exit pipeline if extensions build or tests fail (#1370) 2020-11-13 16:42:34 +02:00
Makefile Add CI step to run future extension tests (#1214) 2020-11-04 12:49:37 +02:00
package-lock.json npm package publish preparations (#1150) 2020-10-27 13:02:31 +02:00
package.json Add CI step to run future extension tests (#1214) 2020-11-04 12:49:37 +02:00
page.tsx Extension store base class + rename main/renderer-extensions -> extensions (#1107) 2020-10-21 13:55:50 +03:00
README.md Initial telemetry extension (#1067) 2020-10-13 12:57:38 +03:00
renderer.tsx Simplify pages/menus/registry extension api internal implementation (#1364) 2020-11-13 17:04:39 +02:00
tsconfig.json npm package publish preparations (#1150) 2020-10-27 13:02:31 +02:00
webpack.config.js Extension store base class + rename main/renderer-extensions -> extensions (#1107) 2020-10-21 13:55:50 +03:00

Lens Example Extension

TODO: add more info

Build

npm run build

Dev

npm run dev