aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: e9b5319df553b994e4047162afa02e9900ca7aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PKGBUILD for graph-cli
======================

Description of graph-cli from its website
(https://github.com/mcastorina/graph-cli)A:

    A CLI utility to create graphs from CSV files.

    graph-cli is designed to be highly configurable for easy and detailed graph
    generation. It has many flags to acquire this detail and uses reasonable
    defaults to avoid bothering the user. It also leverages chaining, so you can
    create complex graphs from multiple CSV files.

This repository only contains the PKGBUILD published on Arch User Repository.

To install this package, run :

```
git clone https://github.com/mcastorina/graph-cli
cd graph-cli
makepkg
```

Or use an AUR helper :

```
yay -S graph-cli
```