Skip to content
/ xxb Public
forked from coolzilj/xxb

播报"xx宝"收益的命令行工具

License

Notifications You must be signed in to change notification settings

zhao07/xxb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo xxb npm

A commandline-tool to check the fund income

screenshot

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

  • 0.0.3 add "广发天天红基金" to default config coolzilj#5
  • 0.0.2 sort table by price desc coolzilj#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

Handmade by Liu Jin

About

播报"xx宝"收益的命令行工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published