1.0.0-alpha.33 • Published 6 years ago

@uhuru/enebular-infomotion-tool-v2 v1.0.0-alpha.33

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
6 years ago

Enebular infomotion tool

Getting Started

###Installation

npm install @uhuru/enebular-infomotion-tool-v2 -g

Help

eit help

Create a new plugin with the given name

eit create [graph-name]

and create barchart plugin

eit create [graph-name] -t barchart 

and create linechart plugin

eit create [graph-name] -t linechart 

and create piechart plugin

eit create [graph-name] -t piechart 

Package a given plugin

eit package [graph-name]

Run a given plugin

eit run [graph-name]

and run with LiveMode :+1:

eit run [graph-name] -l