Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inthepocket/plantuml-styles
Stylesheet used by In The Pocket to style diagrams created with PlantUML
https://github.com/inthepocket/plantuml-styles
plantuml plantuml-diagrams
Last synced: about 1 month ago
JSON representation
Stylesheet used by In The Pocket to style diagrams created with PlantUML
- Host: GitHub
- URL: https://github.com/inthepocket/plantuml-styles
- Owner: inthepocket
- License: mit
- Created: 2019-03-14T11:16:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T10:53:51.000Z (almost 5 years ago)
- Last Synced: 2024-11-16T00:25:50.153Z (3 months ago)
- Topics: plantuml, plantuml-diagrams
- Language: Dockerfile
- Homepage:
- Size: 30.3 KB
- Stars: 18
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlantUML Styles
This repository contains the style definitions we typically use in combination with [PlantUML](http://plantuml.com/). To use these styles in a diagram,
include the snippet below in your plantuml file.!includeurl https://raw.githubusercontent.com/inthepocket/plantuml-styles/master/styles.plantuml!0
## Running the examplesThis repository contains a number of [examples](https://github.com/inthepocket/plantuml-styles/tree/master/examples) that are meant to test
the stylesheet in different scenarios. The recommended way to test these examples, is to use **Visual Studio Code** with the PlantUML plugin.## PlantUML server
This repository contains a modified version of the `plantuml-server`, released under the GPL3 license, that demonstrates how a stylesheet
can be applied server-side. In this scenario, it is no longer necessary to use `!include` or `!includeurl` directives. To test it, run:docker run -p 8080:8080 inthepocket/styled-plantuml-server