tree: 55af56853a12df90f868cc4890d540e86313c8f9 [path history] [tgz]
  1. BUILD.bazel
  2. main.go
  3. README.md
cmd/docgen/README.md

Generating docs

Run bazel run //cmd/docgen /tmp | less

Note that piping the command to less is required, so that it‘s not interactive. Otherwise we’ll turn on coloring and put ANSI escape codes in our markdown.

The github.com/aspect-dev/docs repo will do the work of publishing the outputs of this docgen step.