plantuml-builder

🖨️ A PowerShell script used to upload PlantUML scripts to the PlantUML server and download the built diagrams.(用于将PlantUML脚本上传至PlantUML服务器并下载构建图表的PowerShell脚本。)

https://github.com/zhuagenborn/plantuml-builder

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

plant-uml uml-diagram
Last synced: 10 months ago · JSON representation ·

Repository

🖨️ A PowerShell script used to upload PlantUML scripts to the PlantUML server and download the built diagrams.(用于将PlantUML脚本上传至PlantUML服务器并下载构建图表的PowerShell脚本。)

Basic Info
  • Host: GitHub
  • Owner: Zhuagenborn
  • License: mit
  • Language: PowerShell
  • Default Branch: main
  • Homepage:
  • Size: 19.5 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
plant-uml uml-diagram
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

PlantUML Builder

PowerShell PlantUML License

Introduction

Cover

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.

Hello

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

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

All Time
  • Total Commits: 4
  • Total Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels