https://github.com/commenthol/plantuml-install
plantuml install script for linux
https://github.com/commenthol/plantuml-install
Last synced: 12 months ago
JSON representation
plantuml install script for linux
- Host: GitHub
- URL: https://github.com/commenthol/plantuml-install
- Owner: commenthol
- License: unlicense
- Created: 2019-12-28T11:52:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T11:56:34.000Z (over 6 years ago)
- Last Synced: 2025-01-09T11:39:09.639Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plantuml-install
> Unofficial plantuml install script for linux
Downloads latest `plantuml.jar` file from [plantuml.com](https//plantuml.com) and
provides a startup script.
On Linux the startup script takes care setting GDK_SCALE env var for HiDPI screens.
Requirements:
- java
- graphviz
On Debian style linux install requirements with:
sudo apt install graphviz java-common
## Usage
npm i -g plantuml-install
## License
Licensed under [Unlicense](https://unlicense.org/)