package
0.0.0-20240210095454-5fef39cd83c3
Repository: https://github.com/myitcv/x.git
Documentation: pkg.go.dev

# README

modpub

modpub is a tool to help create a directory of vgo modules from a git respository.

go get -u myitcv.io/cmd/modpub

Usage

Flags:
  -target string
    	target directory for publishing
  -v	give verbose output

Status

Very much work in progress. There are some notable TODOs:

  • currently only works with commits (and not tags) and hence produces only pre-release versions
  • currently we assume the remote is origin/master; make this configurable