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 67b8410a2c
npm package publish preparations (#1150)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 13:02:31 +02:00
..
.gitignore Improve how extension-api is exposed/loaded (#1055) 2020-10-09 14:12:40 +03:00
main.ts Extension store base class + rename main/renderer-extensions -> extensions (#1107) 2020-10-21 13:55:50 +03:00
Makefile Build extensions automatically before app is built (#1093) 2020-10-19 11:41:07 +03:00
package-lock.json npm package publish preparations (#1150) 2020-10-27 13:02:31 +02:00
package.json npm package publish preparations (#1150) 2020-10-27 13:02:31 +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 Refactor PageRegistration to separate registries/interfaces #1130 (#1144) 2020-10-26 15:40:34 +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