Documentation
¶
Overview ¶
package cli is used to interact with the gopher.farm module hosting service the gopherfarm cli command can be installed with go get gopher.farm/cli/gopherfarm
Create a new user:
gopherfarm account register --user <username> --email <email>
Make a zip for a new module (gopher.farm/~<username>/modulepath):
gopherfarm util make_zip --version v0.0.1
Upload a module zip:
gopherfarm module upload --user <username> --zipFile <zip file from make_zip>
source code: https://code.gopher.farm/#/src/gopher.farm/cli/@v/v0.1.0/
Directories
¶
Path | Synopsis |
---|---|
package main is the gopher.farm cli binary
|
package main is the gopher.farm cli binary |
internal
|
|
config
package config manages config data for the gopher.farm cli
|
package config manages config data for the gopher.farm cli |
license
package license manages common well-known licenses to be injected to module zips
|
package license manages common well-known licenses to be injected to module zips |
Click to show internal directories.
Click to hide internal directories.