💾 Archived View for gmi.noulin.net › gitRepositories › ervy › file › README.md.gmi captured on 2023-01-29 at 10:49:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

ervy

Log

Files

Refs

README

LICENSE

README.md (545B)

     1 # Sheepy
     2 This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html)
     3 
     4 # ervy
     5 
     6 Bring charts to terminal. (inspired by [chunqiuyiyu/ervy](https://github.com/chunqiuyiyu/ervy.git))
     7 
     8 # Usage
     9 
    10 Install with spm: `spm install ervy`
    11 
    12 Include header file:
    13 - `#include "shpPackages/ervy/ervy.h"`
    14 
    15 See `example.c` for an example.
    16 
    17 ## Supported Chart types
    18 ### Bar
    19 ![](/imgs/bar.png)
    20 
    21 ### Bullet
    22 ![](/imgs/bullet.png)
    23 
    24 ### Ribbon
    25 ![](/imgs/ribbon.png)