1 Star 0 Fork 0

妙音/kits

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

kits

工具箱

全部安装

go install gitee.com/xuender/kits/cmd/...@latest

kit-web

简单的web服务,发布静态文件资源

可以设置每次访问的休眠时间,用于测试

安装

go install gitee.com/xuender/kits/cmd/kit-web@latest

选项

  • -p 端口号
  • -w 静态资源目录
  • -s 每次请求休眠时间, 单位毫秒
  • -d 显示调试信息
  • -g gzip压缩输出

kit-qr

根据标准输入或命令行参数生成二维码

安装

go install gitee.com/xuender/kits/cmd/kit-qr@latest

选项

  • -o 生成的QR码文件
  • -t 生成的QR码文件格式,png、svg、gif、jpeg
  • -d 显示调试信息
  • -w QR码宽度,svg格式忽略
  • -b QR码线条宽度,仅限svg格式使用

kit-chart

根据命令行输入生成简单图表

go install gitee.com/xuender/kits/cmd/kit-chart@latest

选项

  • -o 生成图表
  • -n 图表名称
  • -t 图表文件格式
  • -c 图表标题
  • -s 图表式样

kit-watch

女儿老玩游戏,做个监视屏幕的服务

go install gitee.com/xuender/kits/cmd/kit-watch@latest

kit-shell

拼多多云环境需要个main可执行文件,但需要运行的程序未必是这样,需要个壳程序进行调用

go install gitee.com/xuender/kits/cmd/kit-shell@latest

配置文件 shell.toml

command = "./Yearning"
args = ["run", "-p", "port", "-s", "xxxxxxxxxx"]
[env]
port = "SERVER_PORT"

env 部分可以使用环境变量进行替换

选项

  • -a 访问密码
  • -p 端口号
  • -d 显示调试信息

svgs

svg 工具

gifs

gif 工具

charts

图表 工具

MIT License Copyright (c) 2020 妙音 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

常用工具套件 展开 收起
Go 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xuender/kits.git
git@gitee.com:xuender/kits.git
xuender
kits
kits
master

搜索帮助