staruml-watermark icon indicating copy to clipboard operation
staruml-watermark copied to clipboard

⭐ StarUML watermark remover

StarUML Watermarker

Remove StarUML "UNREGISTERED" watermark from svg exported files

📦 Installation

Clone this repository

git clone https://github.com/seeren/staruml-watermark.git

🚿 Usage

Execute package for help

java -jar target/staruml-watermark.jar

Remove watermarks for a directory

java -jar target/staruml-watermark.jar -d C:/path/to/project

Remove watermarks for a directory recursively

java -jar target/staruml-watermark.jar -r -d C:/path/to/project

👨‍💻 Developpment

Compile

mvn compile exec:java -Dexec.args="-r -d C:/path/to/project" -q

Package

mvn package

🎓 License

This project is licensed under the MIT License.