plantuml-builder
🖨️ A PowerShell script used to upload PlantUML scripts to the PlantUML server and download the built diagrams.(用于将PlantUML脚本上传至PlantUML服务器并下载构建图表的PowerShell脚本。)
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Keywords
Repository
🖨️ A PowerShell script used to upload PlantUML scripts to the PlantUML server and download the built diagrams.(用于将PlantUML脚本上传至PlantUML服务器并下载构建图表的PowerShell脚本。)
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
PlantUML Builder
Introduction

This script can upload PlantUML scripts to the PlantUML server and download the built diagrams.
Usage
Example 1
The following command uploads the hello.puml file to the PlantUML server, then downloads the hello.png diagram to the source directory.
console
PS> .\Build-PlantUML.ps1 -File 'hello.puml'
puml
@startuml
Bob -> Alice : hello
@enduml
For example, the above script hello.puml will be built as hello.png.
Example 2
The following command uploads the hello.puml file to the PlantUML server, then downloads the hello.svg diagram to the source directory.
console
PS> .\Build-PlantUML.ps1 -File 'hello.puml' -DiagramExtension 'svg'
Example 3
The following command sends all .puml files in the docs directory to the PlantUML server, then downloads .png diagrams to the source directory.
console
PS> .\Build-PlantUML.ps1 -Directory 'docs'
Example 4
This command uploads all .txt files in the current directory and its subdirectories to the PlantUML server, then downloads .svg diagrams to the source directories.
console
PS> .\Build-PlantUML.ps1 -Recurse -ScriptExtension 'txt' -DiagramExtension 'svg'
License
Distributed under the MIT License. See LICENSE for more information.
Owner
- Name: Zhuagenborn
- Login: Zhuagenborn
- Kind: organization
- Location: Ireland
- Repositories: 3
- Profile: https://github.com/Zhuagenborn
Software Development | Artificial Intelligence | Reverse Engineering.
Citation (CITATION.cff)
cff-version: 1.2.0 authors: - family-names: Chen given-names: Zhenshuo orcid: https://orcid.org/0000-0003-2091-4160 title: PlantUML Builder date-released: 2024-06-15 url: https://github.com/Zhuagenborn/PlantUML-Builder
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Chenzs108 | c****8@o****m | 4 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0