packages feed

forex2ledger 1.0.0.0 → 1.0.0.1

raw patch · 2 files changed

+17/−2 lines, 2 files

Files

README.md view
@@ -19,4 +19,19 @@ You will need a valid app ID from http://openexchangerates.org.  1. Add a valid app ID to `config-sample.toml`.-2. Run `stack run -- --config_file config-sample.toml`.+2. Run `forex2ledger --config_file config-sample.toml`.++### Sample config file++An example config file looks like this:++```+# config-sample.toml+# The AppId for https://openexchangerates.org/+oer_app_id = 'SAMPLEAPPID'+currency.base = 'USD'+currency.targets = [+  'CHF',+  'EUR',+]+```
forex2ledger.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           forex2ledger-version:        1.0.0.0+version:        1.0.0.1 synopsis:       Print Forex quotes in Ledger format description:    Please see the README on GitHub at <https://github.com/gregorias/forex2ledger#readme> category:       Finance