@uhuru/enebular-infomotion-tool-v2
v1.0.0-alpha.33
Published
Infomotion Graph Tool
Downloads
12
Keywords
Readme
Enebular infomotion tool
- Infomotion Graph Tool
- The template for generating plugin https://bitbucket.org/technicalrockstars/enebular-graph-plugin
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