Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamfortune/proxy-your-https-macos
An NPM package that that creates https proxy for your local development on MacOS and Linux
https://github.com/iamfortune/proxy-your-https-macos
https-proxy linux macos proxy
Last synced: 22 days ago
JSON representation
An NPM package that that creates https proxy for your local development on MacOS and Linux
- Host: GitHub
- URL: https://github.com/iamfortune/proxy-your-https-macos
- Owner: iamfortune
- License: mit
- Created: 2023-12-01T11:31:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-10T01:14:00.000Z (11 months ago)
- Last Synced: 2024-04-26T14:21:49.616Z (7 months ago)
- Topics: https-proxy, linux, macos, proxy
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/proxy-your-https-macos
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Proxy Your HTTPS on MacOS
proxy-your-https-macos simplifies the process of creating an HTTPS proxy on macOS. Intended for local development only.
## Installation
To install Proxy Your HTTPS macOS, run the following command in your terminal:```bash
npm i proxy-your-https-macos
```## Usage
After installation, you can start using the package by running the following command:```bash
npx proxy-your-https-macos
```The command takes two required arguments: the source and target addresses.
## License
This project is licensed under the MIT License - see the LICENSE file for details.## Acknowledgments
Proxy Your HTTPS macOS uses the [local-ssl-proxy](https://www.npmjs.com/package/local-ssl-proxy) library Special thanks to [Cameron Hunter](https://www.npmjs.com/~cameronhunter) for his contribution.## NPM LINK
Here's a [link](https://www.npmjs.com/package/proxy-your-https-macos) to check this out on NPM.