Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfer/gphm
git proxy(http) manager
https://github.com/nfer/gphm
Last synced: 7 days ago
JSON representation
git proxy(http) manager
- Host: GitHub
- URL: https://github.com/nfer/gphm
- Owner: nfer
- License: other
- Created: 2018-05-21T23:34:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T03:12:30.000Z (over 6 years ago)
- Last Synced: 2024-08-31T21:36:34.450Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
gphm -- git proxy(http) manager
===`gphm` can help you easy and fast switch between different http git proxy.
## Install
```
$ npm install -g gphm
```## Example
```
$ gphm ls* none ----- ****
lantern -- http://127.0.0.1:49377```
```
$ gphm use lantern //switch proxy to lanternProxy has been set to: http://127.0.0.1:49377
```
## Usage
```
Usage: gphm [options] [command]Commands:
ls List all the proxies
use Change proxy to proxy
add Add one custom proxy
del Delete one custom proxy
help Print this helpOptions:
-V, --version output the version number
-h, --help output usage information
```## LICENSE
MIT