An open API service indexing awesome lists of open source software.

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

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.