Merge pull request #890 from KeepCoolWithCoolidge/add-asciigraph1837

Add package asciigraph
This commit is contained in:
Dominik Picheta 2018-10-12 23:35:51 +01:00 committed by GitHub
commit 804964b169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11060,5 +11060,19 @@
"description": "Parses an XML Document into a XML DOM Document representation.",
"license": "MIT",
"web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser"
},
{
"name": "asciigraph",
"url": "https://github.com/KeepCoolWithCoolidge/asciigraph",
"method": "git",
"tags": [
"graph",
"plot",
"terminal",
"io"
],
"description": "Console ascii line charts in pure nim",
"license": "MIT",
"web": "https://github.com/KeepCoolWithCoolidge/asciigraph"
}
]