0.2.5 • Published 5 years ago

hbmm v0.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Homebrew Mirror Manager

manage and switch homebrew mirrors.

inspired by nrm, witch switch npm registries.

Installing

$ yarn global add hbmm
# or
$ npm install -g hbmm

Usage

List all mirrors

$ hbmm ls

Switch to a mirror

$ hbmm use <mirror_name>

Add a mirror

$ hbmm add <mirror_name> <brew> <core> [description]
  • mirror_name is the unique key to identify the mirror
  • brew is the homebrew git url
  • core is the homebrew-core git url
  • description is optional to describle the mirror

Remove to a mirror

$ hbmm use <mirror_name>

Predefined Mirrors

Following mirrors are included :

  • default
    • brew: https://github.com/Homebrew/brew.git
    • core: https://github.com/Homebrew/homebrew-core.git
  • tsinghua
    • brew: https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
    • core: https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
  • ustc
    • brew: https://mirrors.ustc.edu.cn/brew.git,
    • core: https://mirrors.ustc.edu.cn/homebrew-core.git

License

FOSSA Status

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago