• Stars
    star
    203
  • Rank 189,127 (Top 4 %)
  • Language
    Go
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Go程序热编译、压力测试等,日常开发辅助工具,提升开发效率 - Daily development aids

zzz

日常开发辅助工具 - Daily development aids

安装

Go 安装

如果本地有 Go 环境推荐使用该方式

go install github.com/sohaha/zzz@latest

Linux or MacOS

一键安装

curl -L https://github.73zls.com/install/zzz.sh | bash

手动安装

下载对应版本压缩包

# 解压
tar zxvf zzz_1.0.0_Linux_x86_64.tar.gz
# 执行权限
sudo chmod +x ./zzz
# 执行安装到系统(可不安装)
./zzz more install
# 测试执行
zzz help

Windows

手动下载 zzz_Windows_x86_64.tar.gz 国内点这里下载

然后打开 cmd 执行 zzz.exe more install 或者 设置自行环境变量。

使用

# 查看所有命令
zzz help