Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/battermann/algebraic-design-sample
https://github.com/battermann/algebraic-design-sample
functional-programming scala tagless-final
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/battermann/algebraic-design-sample
- Owner: battermann
- License: mit
- Created: 2017-12-14T21:09:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T08:43:37.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T07:24:22.522Z (3 months ago)
- Topics: functional-programming, scala, tagless-final
- Language: Scala
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Algebraic API Design Sample App
run with
sbt "run -i . -o report"
optionsUsage: cli-options [options]
--usage
Print usage and exit
--help | -h
Print help message and exit
--input | -i
The relative or absolute path to the directory containing the .csv the files.
--output | -o
The name for the generated report files. Omit file extension. (e.g. -o payment-report)
--output-format | -f
Supported output formats: html (default), pdf.