Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 969 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 969 Bytes

costool

使用截图

img

使用方法

img

配置文件,需要放在用户目录下的.costool.yaml文件中格式如下:

UserID: "xxxx"
SecretID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SecretKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Token: ""

注意,键值之间存在空格。

安装方法

  1. 下载预编译包

    第一个完整版本 · @奇/costool - Gitee.com

  2. 自行编译,需要安装go环境

git clone https://gitee.com/qi_xmu/costool.git
cd costool
make && make install

其他

遇到bug或者问问题,可以提出issuse反馈。