/canonical-gen

Generate html for canonical import path of a Go package

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

canonical-gen

Build Status Report card codecov

Generate html for use with canonical import paths of Go packages. See go doc for details of canonical import paths and go packages.

Install:

go get -u gangleri.io/pkg/canonical-gen

Usage: From the root of the package you wish to publish run canonical-gen, this will write the HTML to stdout; you can redirect to any file location you like.

e.g.

canonical-gen > index.html

The default behavior is to get the package import path and the repository URL from the root directory of the package code. However, you can change this using the following arguments:

Flag Description
-pkg The package import name
-repo The repository URL
-type The repository type, defaults to git