LedgerDB
This application locates any stocks you have in your ledger-cli file, then generates a price database of those stocks compatible with the application.
Installation
This package has been published to crates.io, and is installable with cargo.
cargo install ledgerdb
Usage
```
USAGE:
ledgerdb --file --pricedb --api-token
OPTIONS:
-a, --api-token Takes your AlphaVantage API token, available for free at the
website
-f, --file Takes the filepath of your ledger-cli file
-h, --help Print help information
-p, --pricedb Takes the filepath of your ledger-cli price database (or the
path to create it at)
-V, --version Print version information
```