0.0.3 • Published 5 years ago

generator-lumx-component v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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