1.0.7 • Published 4 years ago

ervy v1.0.7

Weekly downloads
43
License
MIT
Repository
github
Last release
4 years ago
___________                    
\_   _____/_________  _____.__.
 |    __)_\_  __ \  \/ <   |  |
 |        \|  | \/\   / \___  |
/_______  /|__|    \_/  / ____|
        \/              \/     

Travis (.org) GitHub JavaScript Style Guide Install Size

Bring charts to terminal.

Preview

Ervy site

Why build this

There is no special reason, just because I love terminal and ASCII art. It's very cool! Hope you enjoy Ervy and make your terminal more beautiful.

Supported Chart types

Bar

npm.io

Pie

npm.io

Bullet

npm.io

Donut

npm.io

Gauge

npm.io

Scatter

npm.io

APIs

main function

ervy.[chartType](data, options)

render colored characters

// foreground color
ervy.fg(color, character)

// background color
ervy.bg(color, [length])

Supported color: black, red, green, yellow, blue, magenta, cyan and white.

Use demo to understand how to combine APIs in actual code.

Documents

Coming soon...

License

MIT