Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zcyc/lazy-mirror

一键设置开发环境镜像源
https://github.com/zcyc/lazy-mirror

cli devenv gfw lazy mirror

Last synced: about 2 months ago
JSON representation

一键设置开发环境镜像源

Awesome Lists containing this project

README

        

image

# lazy-mirror

一键设置开发环境镜像源

当前支持 Rust(Cargo)、Ruby(RubyGems/Bundler)、Python(pip)、PHP(Composer)、Node(NPM)、Java(Maven/Gradle)、Go

## 安装
```bash
cargo install --git https://github.com/zcyc/lazy-mirror
```

## 使用
```bash
lm set go
lm unset go
```

## 帮助
```
A mirror setting cli for lazy

Usage: lm

Commands:
set
unset
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help information
```