https://github.com/knowbee/proxier
🚀🕶use npm, yarn and git behind a proxy
https://github.com/knowbee/proxier
git npm proxies proxy yarn
Last synced: 5 months ago
JSON representation
🚀🕶use npm, yarn and git behind a proxy
- Host: GitHub
- URL: https://github.com/knowbee/proxier
- Owner: knowbee
- License: mit
- Created: 2020-03-03T07:22:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T20:41:01.000Z (almost 6 years ago)
- Last Synced: 2025-11-27T09:37:00.553Z (7 months ago)
- Topics: git, npm, proxies, proxy, yarn
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/proxier
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# proxier
[](https://travis-ci.com/knowbee/proxier)
[](https://github.com/ellerbrock/open-source-badge/)
[](https://github.com/ellerbrock/open-source-badge/)
CLI tool that sets proxy configuration for npm, yarn and git
### Installation
```
npm install -g proxier
```
```
yarn global add proxier
```
## Usage
::
Usage: proxier [options]
set/remove proxy configurations for npm, yarn and git
Options:
--version, -V output the version number
--set, set, required option to set proxy configurations
--npm, npm, set npm proxy configurations
--yarn, yarn, set yarn proxy configurations
--git, git, set git proxy configurations
--remove, remove required option to remove proxy configurations
-h, --help output usage information
Example:
proxier --set npm yarn git http://example.com:5555
proxier --remove npm yarn git
## Contribution
- Please before making a PR, read first this [Contributing Guideline](./CONTRIBUTING.md)
## License
MIT
## Author