An open API service indexing awesome lists of open source software.

https://github.com/jwygithub/development-tools

development tools
https://github.com/jwygithub/development-tools

Last synced: about 1 month ago
JSON representation

development tools

Awesome Lists containing this project

README

          

# 开发工具集

![Development Tools](https://img.shields.io/badge/Development-Tools-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey)

[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) 文件。