1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-21 06:17:36 +03:00
lens/extensions/example-extension
Sebastian Malton 648dbfee98
Remove Makefile from all intree extensions (#1312)
* 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.

- add jest as extension devDep, go back to using makefile foreach syntax

- add correct exit code

- add yarn check call to install-deps

- add yarn invokation to find deps

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 12:32:15 -05:00
..
.gitignore Improve how extension-api is exposed/loaded (#1055) 2020-10-09 14:12:40 +03:00
main.ts Remove Makefile from all intree extensions (#1312) 2020-11-13 12:32:15 -05:00
package-lock.json Remove Makefile from all intree extensions (#1312) 2020-11-13 12:32:15 -05:00
package.json Remove Makefile from all intree extensions (#1312) 2020-11-13 12:32: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 (#1312) 2020-11-13 12:32:15 -05:00

Lens Example Extension

TODO: add more info

Build

npm run build

Dev

npm run dev