https://github.com/jarred-sumner/bloaty-csv-reader
read csv files from bloaty
https://github.com/jarred-sumner/bloaty-csv-reader
Last synced: 8 months ago
JSON representation
read csv files from bloaty
- Host: GitHub
- URL: https://github.com/jarred-sumner/bloaty-csv-reader
- Owner: Jarred-Sumner
- Created: 2024-11-14T08:09:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-14T09:11:24.000Z (about 1 year ago)
- Last Synced: 2025-04-28T18:55:35.401Z (8 months ago)
- Language: TypeScript
- Homepage: https://bloaty-csv-reader.vercel.app
- Size: 30.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bloaty-csv-reader
A tool to display [bloaty](https://github.com/google/bloaty) CSV files.
[https://bloaty-csv-reader.vercel.app/](https://bloaty-csv-reader.vercel.app/)
To install dependencies:
```bash
bun install
```
To build (this will be better in Bun v1.2).
```bash
# Canary build of bun is needed for the --app flag.
bun build --app --static --debug-dump-server-files
```
Note: most of this code was generated by Claude.