A commandline-tool to check the fund income
$ [sudo] npm install xxb -g
Just run xxb
, you will get the pretty table.
$ xxb
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": "微信"
}
]
}
- 0.0.4 Respect http_proxy & https_proxy environment variable. coolzilj#6
- 0.0.3 Add "广发天天红基金" to default config. coolzilj#5
- 0.0.2 Sort table by price desc. coolzilj#3
- 0.0.1 Hello xxb.
- 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