Categorygithub.com/orlade/plantuml-encode
modulepackage
0.12.0
Repository: https://github.com/orlade/plantuml-encode.git
Documentation: pkg.go.dev

# README

plantuml-encode

Simple Go command to encode PlantUML source for the server.

Install

$ go get github.com/orlade/plantuml-encode

Usage

$ cat file.puml | plantuml-encode

Docker:

$ cat file.puml | docker run -i --rm orlade/plantuml-encode

Use as a Go library

Import the library:

import "github.com/orlade/plantuml-encode/plantuml"

Call DeflateAndEncode with some PlantUML source:

plantuml.DeflateAndEncode([]byte("@startuml ... @enduml"))

# Packages

No description provided by the author