https://github.com/dio/pc
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dio/pc
- Owner: dio
- License: apache-2.0
- Created: 2022-02-04T10:09:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T03:34:33.000Z (over 4 years ago)
- Last Synced: 2025-02-01T13:12:27.904Z (over 1 year ago)
- Language: Go
- Size: 5.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pc
`pc` is a proxy config tool. This is a [`func-e`](https://func-e.io/) companion. While you can run
`pc` without `func-e`, it is recommended to check that fantastic tool, especially when you want
to manage multiple versions of proxies.
## Install
```console
go install github.com/dio/pc@main
```
## To run
If you have [Go 1.17.x](https://go.dev/doc/install) installed on your system:
```console
go run github.com/dio/pc@main -c internal/handler/testdata/static-only.yaml
```
When you have this repo downloaded:
```console
go run main.go -c internal/handler/testdata/static-only.yaml
```
While the following also works:
```console
go run main.go func-e run -c internal/handler/testdata/static-only.yaml
```