Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jdcg00/csvtransformer
- Owner: JDCG00
- Created: 2024-03-09T23:27:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T23:28:24.000Z (10 months ago)
- Last Synced: 2024-12-18T17:13:16.886Z (22 days ago)
- Topics: bun, bunjs, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.