https://github.com/jwygithub/development-tools
development tools
https://github.com/jwygithub/development-tools
Last synced: about 1 month ago
JSON representation
development tools
- Host: GitHub
- URL: https://github.com/jwygithub/development-tools
- Owner: jwyGithub
- License: mit
- Created: 2025-02-07T06:02:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T09:33:19.000Z (over 1 year ago)
- Last Synced: 2025-02-27T09:54:06.158Z (over 1 year ago)
- Language: Rust
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 开发工具集



[English](README.md) | [简体中文](README-zh.md)
一个为提高开发效率而生的工具集合。包含多个独立的命令行工具,每个工具都专注于解决特定的开发问题。
## 🛠️ 工具列表
### 📦 Ziper
一个使用 Rust 编写的快速、高效的文件压缩工具。
#### 安装
##### Unix 系统 (macOS, Linux)
```bash
curl -sSL https://raw.githubusercontent.com/jwyGithub/development-tools/main/tools/zip/install/install.sh | bash
```
##### Windows PowerShell
```powershell
irm https://raw.githubusercontent.com/jwyGithub/development-tools/main/tools/zip/install/install.ps1 | iex
```
[了解更多](tools/zip/README-zh.md)
## 🤝 贡献
欢迎贡献!请阅读 [贡献指南](CONTRIBUTING.md) 了解如何参与项目。
## 📄 许可证
本项目采用 MIT 许可证 - 详见 [LICENSE](LICENSE) 文件。