generator-lumx-componentdeprecated

A Yeoman generator to generate a LumX React component (either functional or class) with the associated test file.

Usage no npm install needed!

<script type="module">
  import generatorLumxComponent from 'https://cdn.skypack.dev/generator-lumx-component';
</script>

README

generator-lumx-component NPM version Build Status Dependency Status

A Yeoman generator to generate a LumX React component (either functional or class) with the associated test file.

Installation

First, install Yeoman and generator-lumx-component using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-lumx-component

Then generate your new project:

yo lumx-component

MIT � LumApps