# ghseek **Repository Path**: WumaCoder/ghseek ## Basic Information - **Project Name**: ghseek - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2024-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Ghseek

这是一个github加速器通过hosts实现

👪 All Contributors: 1 🤝 Code of Conduct: Kept 🧪 Coverage 📝 License: MIT 📦 npm version 💪 TypeScript: Strict

## Feature - 下载克隆 github 资源加速 - Github CDN 加速支持 - gist CDN 加速支持 ## Usage > 注意目前只支持 linux、macos 系统。 ```shell npm i -g ghseek ``` ```shell ghseek seek # 更新本地的 hosts 文件来加速 github 的 push、pull、clone 等操作 ghseek clone [目录位置] # 加速克隆代码 ghseek down [文件名称] # 加速下载github文件,github url可以是 release url、raw url ``` ## Append Hosts 添加的 hosts 类似于下面的内容,IP是通过 https://sites.ipaddress.com 获取的最新 CDN IP. ``` # ghseek github 140.82.112.3 github.com # 330.561ms 151.101.65.194 github.global.ssl.fastly.net # 65.126ms 185.199.109.133 raw.githubusercontent.com # 70.693ms 140.82.112.4 gist.github.com # 276.434ms # ghseek end ``` ## Contributors
WumaCoder
WumaCoder

💻 🖋 📖 🤔 🚇 🚧 📆 🔧
> 💙 This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app).