prikhi / cointracking-imports

A Haskell Library for Generating CSV & XLSX Files for CoinTracking Imports.
https://hackage.haskell.org/package/cointracking-imports
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link
cointracking csv haskell haskell-library import xlsx

cointracking-imports

cointracking-imports Build Status

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