UNPKG
@nicodoggie/kingraph
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
Plots family trees using JavaScript and Graphviz
@nicodoggie/kingraph
/
examples
/
Makefile
10 lines
(7 loc)
•
221 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
all: got.svg simpsons.svg potter.svg got.png simpsons.png potter.png modernfamily.png
open: all
open *.svg -a
"Google Chrome"
%.png: %.yaml
../bin/kingraph
$^
-F png >
$@
%.svg: %.yaml
../bin/kingraph
$^
-F svg >
$@