Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 434 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 434 Bytes

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/