Skip to content

kemokemo/plantuml-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantUML Go Client

This project provides a handy CLI for PlantUML users.

Motivation

  • Self-contained tool
  • Non-Java
  • Able to work with hosted PlantUML server
  • Produces "Text Format"
  • Produces Link
  • Produced Images (Wow!)
  • Learn [Go][http://golang.org]

How to use?

Get go package first.

go get http://github.com/yogendra/plantuml-go

I am too new to Go and I could be wrong

Now, run plantuml-go

plantuml-go my-uml.puml

or

echo "@startuml 
a -> b : hello world
@enduml" | plantuml-go

How to generate images?

User -f png -o output options on command line

plantuml-go -f png -o output my-uml.puml

Above command will create a my-uml.png file next to my-uml.puml file (same director).

ToDo

  • CI/CD
  • Release

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%