Skip to content

johnallen3d/cue-schema-doc-gen

Repository files navigation

CUE Schema Doc Gen

Generate CUE schema documentation in HTML format.

Usage

> ./doc-gen -h
Usage of ./doc-gen:
  -i string
     input path (default ".")
  -o string
     output path (default "dist")

Development

  • build docker image
docker-compose build
  • start a container
docker-compose run --rm mod
  • convert schema to HTML
go run main.go ./test/schema/ ./test/dist/