Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jdcg00/csvtransformer

csvtransformer is an application for transforming CSV files done with Bun js runtime.
https://github.com/jdcg00/csvtransformer

bun bunjs javascript typescript

Last synced: 22 days ago
JSON representation

csvtransformer is an application for transforming CSV files done with Bun js runtime.

Awesome Lists containing this project

README

        

# csvtransformer

## Description

csvtransformer is an application for transforming CSV files done with Bun js runtime.

### To install dependencies:

```bash
bun install
```

### To run:

```bash
bun run index.ts
```

### or:

```bash
bun run start
```

This project was created using `bun init` in bun v1.0.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.