command
module
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Nov 2, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
etf-cli
Simple ETF cli that displays ETF data & allows management of tracked etfs.
The ETF data is scraped from Yahoo Finance.
Available commands:
report - generates a report for the ETFs in the configuration
add <etf-symbol> - adds the specified ETF symbol to the configuration. The symbol must exist in Yahoo finance, such as VWCE.DE
remove <index> - removes the ETF with the specified index from the configuration
list - lists the ETF symbols currently in the configuration
help - help command
Installation
Steps:
- Download the source code.
- Navigate to the root project folder.
- Run
go build .
- Run
go install .
- You can then run any command using
etf-cli [command]
TODO
- Add functional options pattern for client.go ?
- Add command to configure the intervals to be displayed for the reports?
- Investigate how to publish cli by using for example homebrew, goreleaser
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.