Adding PlantUML to brew services #4837
Unanswered
medecau
asked this question in
Writing Formulae/Casks
Replies: 1 comment
-
I don't think anyone who wants to contribute to open source projects is a fool. https://docs.brew.sh/Updating-Software-in-Homebrew can help you with the basic process, and for the syntax you can just check any existing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
PlantUML has a server option that is very useful when generating many diagrams, or working on one with frequent updates, think: updating a diagram on vscode.
It would be extra nice if one could
brew services start plantuml
to have it always running in the background.The server can be started with
plantuml -picoweb
More info: https://plantuml.com/picoweb
I am not familiar with ruby, brew formula files, or the brew PR process, and I'm afraid of making a fool of myself by attempting this.
pinging @fxcoudert. You're the only person that shows up on the blame for the plantuml formula.
Beta Was this translation helpful? Give feedback.
All reactions