Skip to content

xh-dev-go/plantuml-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

go install github.com/xh-dev-go/plantuml-watcher

Usage

# Show what path will be added to watch
plantuml-watcher -showOnly -dir {directory}

# watch the path and subdirectory for any *.puml file and save the png and svg file
plantuml -dir {directory} 

Design