Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
一键设置开发环境镜像源
- Host: GitHub
- URL: https://github.com/zcyc/lazy-mirror
- Owner: zcyc
- License: agpl-3.0
- Created: 2023-01-01T13:59:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T13:56:57.000Z (10 months ago)
- Last Synced: 2024-03-18T15:19:58.563Z (10 months ago)
- Topics: cli, devenv, gfw, lazy, mirror
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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 lazyUsage: lm
Commands:
set
unset
help Print this message or the help of the given subcommand(s)Options:
-h, --help Print help information
```