Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ilyakatz/koinly


https://github.com/ilyakatz/koinly

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This script reads all the transactions from Koinly and generates a CVS file of all transactions

# Install

```
npm install -g ts-node
pnpm i
```

# Run

## Set environment

```
cp .env.example .env
```

Edit `.env` and update the values

```
npx tsc && node dist/index.js
```