add more readme and git reference
This commit is contained in:
13
README.md
13
README.md
@@ -1,2 +1,15 @@
|
|||||||
## About
|
## About
|
||||||
AI generated code, both command line and simple REST API. Converts a supplied gliffy diagram to draw.io format.
|
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
|
||||||
@@ -79,6 +79,7 @@ var uploadTpl = template.Must(template.New("upload").Parse(`
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p class="note">API docs: <a href="/swagger">Swagger UI</a></p>
|
<p class="note">API docs: <a href="/swagger">Swagger UI</a></p>
|
||||||
|
<p class="note">Source: <a href="https://git.coadcorp.com/nathan/gliffy2drawio" target="_blank" rel="noopener">git.coadcorp.com/nathan/gliffy2drawio</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user