All Projects → sohaha → zzz

sohaha / zzz

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

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to zzz

Awesome Startup Tools List
List of all tools (apps, services) that startups should use.
Stars: ✭ 188 (+452.94%)
Mutual labels:  tools, development-tools
My Development Tools
我的开发工具箱
Stars: ✭ 216 (+535.29%)
Mutual labels:  tools, development-tools
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (+550%)
Mutual labels:  tools, development-tools
hotbuild
a cross platform hot compilation tool for golang
Stars: ✭ 181 (+432.35%)
Mutual labels:  tools
use-table-tools
React Hooks for building kickass react table components
Stars: ✭ 18 (-47.06%)
Mutual labels:  tools
ExcelReads
ExcelReads(简单Excel通用读写器)
Stars: ✭ 46 (+35.29%)
Mutual labels:  tools
whatdevsneed
Discover new developer tools 🧰
Stars: ✭ 48 (+41.18%)
Mutual labels:  tools
DearPyGui-Obj
An object-oriented wrapper around DearPyGui
Stars: ✭ 32 (-5.88%)
Mutual labels:  tools
nft.storage-tools
🛠 Utilities for working with nft.storage.
Stars: ✭ 15 (-55.88%)
Mutual labels:  tools
jt tools
Ruby on Rails Continuous Deployment Ecosystem to maintain Healthy Stable Development
Stars: ✭ 13 (-61.76%)
Mutual labels:  tools
007-TheBond
This Script will help you to gather information about your victim or friend.
Stars: ✭ 371 (+991.18%)
Mutual labels:  tools
toxic-decorators
Library of Javascript decorators
Stars: ✭ 26 (-23.53%)
Mutual labels:  watch
Performance-Testing-Tools
🛠 Curated list of Performance Testing Tools ⚡ All contributions are welcome 💜
Stars: ✭ 17 (-50%)
Mutual labels:  tools
Tools-For-Web-Developers
Tools for web developers css code , ui , color generators animation , icons, vector libraries , cheatsheet , playground, vs code , chrome extensions etc...
Stars: ✭ 58 (+70.59%)
Mutual labels:  tools
xiv-resources
A list of websites and tools for FFXIV.
Stars: ✭ 117 (+244.12%)
Mutual labels:  tools
BoxVR-Playlist-Manager
A Windows based playlist manager for the VR fitness game BoxVR
Stars: ✭ 17 (-50%)
Mutual labels:  tools
wenku-download
Google Browser Plug-in - Baidu WenKu Download
Stars: ✭ 82 (+141.18%)
Mutual labels:  tools
thornode-telegram-bot
A telegram bot to monitor the status of THORNodes.
Stars: ✭ 16 (-52.94%)
Mutual labels:  tools
awesome-starless
A curated list of awesome repositories with few stargazers but has a huge users.
Stars: ✭ 38 (+11.76%)
Mutual labels:  tools
dolphin
Automated code tool for Golang
Stars: ✭ 27 (-20.59%)
Mutual labels:  tools

zzz

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

安装

Go 安装

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

go get -u github.com/sohaha/zzz

Linux or MacOS

一键安装

curl -L https://raw.githubusercontent.com/sohaha/zzz/master/install.sh | sudo 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].