28 lines
719 B
Markdown
28 lines
719 B
Markdown
PKGBUILD for graph-cli
|
|
======================
|
|
|
|
Description of graph-cli from its website
|
|
(https://github.com/mcastorina/graph-cli):
|
|
|
|
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 :
|
|
|
|
```sh
|
|
git clone https://github.com/mcastorina/graph-cli
|
|
cd graph-cli
|
|
makepkg
|
|
```
|
|
|
|
Or use an AUR helper :
|
|
|
|
```sh
|
|
yay -S graph-cli
|
|
```
|