plantuml-encode

command module
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2021 License: MIT Imports: 6 Imported by: 0

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"))

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL