播报"xx宝"收益的命令行工具(Ruby版)
受到 xxb 的启发, 由于 Node 版本的 xxb 速度较慢, 大概需要 2s 左右, 所以编写一个 Ruby 版本的 xxbao, 采用多线程, 所需时间 0.6s 左右, 在此感谢 xxb 的作者 Liu Jin
install it yourself as:
$ gem install xxbao
Just run xxbao
, you will get the pretty table.
$ xxbao
- Fork it ( http://github.com/NaixSpirit/xxbao/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request