Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasruud/proxym8
a go proxy mate
https://github.com/tomasruud/proxym8
go gomod proxy
Last synced: about 2 months ago
JSON representation
a go proxy mate
- Host: GitHub
- URL: https://github.com/tomasruud/proxym8
- Owner: tomasruud
- Created: 2022-01-11T18:25:48.000Z (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-01-12T14:30:53.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T05:19:40.879Z (6 months ago)
- Topics: go, gomod, proxy
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# proxym8
_a proxy mate_
This is a tool to be used for generating static go module proxy files, which can be used to resolve go modules stored in
git on various platforms.## usage
Install it using `go install proxym8.ruud.ninja/proxym8`
Then run it with `proxym8 -in m8.yaml -out ./some-out-folder`
*Note: The output folder needs to be cleaned manually*
See the `m8.yaml` file for an example on how to configure.
## generate docs for project
`go run main.go -out docs`