Implement table command to parse tsv, csv, and JSON

This commit is contained in:
2026-07-06 18:17:47 -05:00
parent ddfd1b6201
commit faf3a16767
7 changed files with 304 additions and 326 deletions

View File

@@ -28,6 +28,7 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@fast-csv/parse": "^5.0.7",
"ansis": "^4.2.0",
"table": "^6.9.0"
}