From ea04b9a29917c4bf8d72e4f9698c537f33925426 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 7 Jan 2026 10:05:08 +1100 Subject: [PATCH] add more readme and git reference --- README.md | 15 ++++++++++++++- cmd/server/main.go | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 947f7a4..30a006a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ ## About -AI generated code, both command line and simple REST API. Converts a supplied gliffy diagram to draw.io format. \ No newline at end of file +AI generated code, both command line and simple REST API. Converts a supplied gliffy diagram to draw.io format. + +## License +This code references translation data provided by diagrams.net, previously draw.io, which is licensed under the Apache 2.0 license. + +## Running +There is a version of this code hosted at https://g2d.coadcorp.com + +## CLI +`go build -o gliffy2drawio ./cmd/gliffy2drawio/main.go` + +### Command line arguments +- -in Input file path +- -out Output file path \ No newline at end of file diff --git a/cmd/server/main.go b/cmd/server/main.go index 09f3e43..8bc9fd1 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -79,6 +79,7 @@ var uploadTpl = template.Must(template.New("upload").Parse(`

API docs: Swagger UI

+

Source: git.coadcorp.com/nathan/gliffy2drawio