generator-lens-ext

Yeoman generator for Lens extension

Usage no npm install needed!

<script type="module">
  import generatorLensExt from 'https://cdn.skypack.dev/generator-lens-ext';
</script>

README

Yeoman Lens Extension Generator

Install Yeoman and the Lens Extension generator:

npm install -g yo generator-lens-ext

Run Generator

The Yeoman generator will walk you through the steps required to create your extension prompting for the required information.

yo lens-ext

You can also clone this repo and run npm link to use yo lens-ext locally.