clean up readme

This commit is contained in:
2025-08-20 09:41:19 -04:00
parent 10a8c54b70
commit ab17c0b044

View File

@@ -1,19 +1,5 @@
# @techniker-me/csv
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
## Usage
### Parse from string
@@ -71,4 +57,3 @@ const result = await parser.parseFromString("a;b\n1;2", {
- `output`: `"object" | "array"` (default `"array"`)
- `validateRowLength`: pads/truncates rows to uniform length (default true)
- `skipEmptyLines`: ignore empty lines (default true)