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.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
Handmade by Liu Jin