Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikhi/cointracking-imports
A Haskell Library for Generating CSV & XLSX Files for CoinTracking Imports.
https://github.com/prikhi/cointracking-imports
cointracking csv haskell haskell-library import xlsx
Last synced: 2 months ago
JSON representation
A Haskell Library for Generating CSV & XLSX Files for CoinTracking Imports.
- Host: GitHub
- URL: https://github.com/prikhi/cointracking-imports
- Owner: prikhi
- License: bsd-3-clause
- Created: 2021-08-07T21:22:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T21:41:10.000Z (12 months ago)
- Last Synced: 2024-10-11T23:22:14.313Z (3 months ago)
- Topics: cointracking, csv, haskell, haskell-library, import, xlsx
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/cointracking-imports
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cointracking-imports
[![cointracking-imports Build Status](https://github.com/prikhi/cointracking-imports/actions/workflows/main.yml/badge.svg)](https://github.com/prikhi/cointracking-imports/actions/workflows/main.yml)
A Haskell library for generating CSV & XLSX files for importing into
[CoinTracking][cointracking]. Build a `[CTImportData]` & write to a file with
`writeImportDataToFile`.Requires [`stack`][get-stack].
[cointracking]: https://cointracking.info/
[get-stack]: https://docs.haskellstack.org/en/stable/README/## Build
You can build the project with stack:
```sh
stack build
```For development, you can enable fast builds with file-watching,
documentation-building, & test-running:```sh
stack test --haddock --fast --file-watch --pedantic
```To build & open the documentation, run:
```sh
stack haddock --open cointracking-imports
```## LICENSE
BSD-3