Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`