Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyakatz/koinly
https://github.com/ilyakatz/koinly
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyakatz/koinly
- Owner: ilyakatz
- Created: 2023-06-30T22:43:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T18:35:38.000Z (about 1 year ago)
- Last Synced: 2024-10-16T15:32:00.612Z (3 months ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```