Generate CSV & XLSX files for importing into CoinTracking.
cointracking-imports
is a library for generating CSV & XLSX files to use with CoinTracking's Import feature. You construct a list of CTImportData
, then feed those to our CSV/XLSX generating functions.
E.g., if you generate a list of your BNB staking rewards, you can use this library build a CSV file to import those rewards into CoinTracking.
cointracking-imports
A Haskell library for generating CSV & XLSX files for importing into CoinTracking. Build a [CTImportData]
& write to a file with writeImportDataToFile
.
Requires stack
.
Build
You can build the project with stack:
stack build
For development, you can enable fast builds with file-watching, documentation-building, & test-running:
stack test --haddock --fast --file-watch --pedantic
To build & open the documentation, run:
stack haddock --open cointracking-imports
LICENSE
BSD-3