Added csv.

This commit is contained in:
achesak 2013-11-27 17:48:45 -06:00
parent e52ecb178c
commit 96f5325eeb

View File

@ -339,6 +339,14 @@
"tags": ["dropbox"],
"description": "Tool to clean up filenames shared on Dropbox",
"license": "MIT"
}
},
{
"name": "csv",
"url": "git://github.com/achesak/nimrod-csv",
"method": "git",
"tags": ["csv", "parsing", "stringify", "library"],
"description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files",
"license": "MIT"
}
]