xxb
A commandline-tool to check the fund income
Installation
$ [sudo] npm install xxb -g
Usage
Just run xxb
, you will get the pretty table.
$ xxb
Configuration
Configuration options are set in the ~/.xxb file. If xxb cannot find an user defined configuration file in the home directory, the bundled config.json used instead.
Example configuration:
{
"funds": [
{
"code": "000343",
"bao": "理财通",
"platform": "微信"
}
]
}
Changelog
- 1.0.2 fix #11
- 1.0.1 fix: source update for "7日年化收益率". #10
- 1.0.0 Update default config, fix homepath on windows. #7 #8
- 0.0.4 Respect http_proxy & https_proxy environment variable. #6
- 0.0.3 Add "广发天天红基金" to default config. #5
- 0.0.2 Sort table by price desc. #3
- 0.0.1 Hello xxb.
Contributing
- Fork this repo
- Clone your repo
- Install dependencies
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Open a pull request, and enjoy <3
Handcraft by Liu Jin