Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 344 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 344 Bytes

Generator: Lightning Viz

Usage

Dependencies

Install yeoman:

npm install -g yo

Install the generator:

npm install -g generator-lightning-viz

Creating a visualization

$ mkdir my-lightning-viz
$ cd my-lightning-viz
$ yo lightning-viz

the generator will then scaffold out the project in the current folder.