@hackage / cointracking-imports

Generate CSV & XLSX files for importing into CoinTracking.

Latest0.1.0.2

About

Metadata

  • Last updated , by lysergia
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: pavan.rikhi@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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