2 个稳定版本
1.1.0 | 2023 年 6 月 2 日 |
---|---|
1.0.0 | 2022 年 5 月 27 日 |
#24 在 #ledger
每月 23 下载
12KB
108 行
LedgerDB
该应用程序定位您在 ledger-cli 文件中的任何股票,然后生成与应用程序兼容的股票价格数据库。
安装
此软件包已发布到 crates.io,可以使用 cargo 进行安装。
cargo install ledgerdb
用法
USAGE:
ledgerdb --file <LEDGER_FILE> --pricedb <PRICE_DATABASE> --api-token <API_TOKEN>
OPTIONS:
-a, --api-token <API_TOKEN> Takes your AlphaVantage API token, available for free at the
website
-f, --file <LEDGER_FILE> Takes the filepath of your ledger-cli file
-h, --help Print help information
-p, --pricedb <PRICE_DATABASE> Takes the filepath of your ledger-cli price database (or the
path to create it at)
-V, --version Print version information
依赖项
~6–18MB
~264K SLoC