A Haskell library for generating CSV & XLSX files for importing into
CoinTracking. Build a [CTImportData]
& write to a file with
writeImportDataToFile
.
Requires stack
.
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
BSD-3