1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/extensions/example-extension
Sebastian Malton f2a3710d04 Remove Makefile from all intree extensions
- Makefiles are not really common (rightly so) in JS projects and script
  entries in the package.json are good enough and what they're there
  for.

- Move to using yarn for installing dependencies and running scripts as
  that is what we mostly use for the rest of the project.

- Move from using make syntax to a dedicated script for building and
  testing extensions.

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 10:16:15 -05: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
package.json Remove Makefile from all intree extensions 2020-11-13 10:16:15 -05: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
yarn.lock Remove Makefile from all intree extensions 2020-11-13 10:16:15 -05:00

Lens Example Extension

TODO: add more info

Build

npm run build

Dev

npm run dev