Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbgrade/PsDockerMermaid
PowerShell wrapper for mmdc / mermaid-cli
https://github.com/abbgrade/PsDockerMermaid
Last synced: 3 months ago
JSON representation
PowerShell wrapper for mmdc / mermaid-cli
- Host: GitHub
- URL: https://github.com/abbgrade/PsDockerMermaid
- Owner: abbgrade
- License: mit
- Created: 2021-12-19T13:28:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T18:43:54.000Z (over 2 years ago)
- Last Synced: 2024-05-18T05:36:08.974Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - abbgrade/PsDockerMermaid - PowerShell wrapper for mmdc / mermaid-cli (PowerShell)
README
# PsDockerMermaid
PowerShell wrapper for [mmdc / mermaid-cli](https://github.com/mermaid-js/mermaid-cli).
## Installation
This module can be installed from [PsGallery](https://www.powershellgallery.com/packages/PsDockerMermaid).
```powershell
Install-Module -Name PsDockerMermaid -Scope CurrentUser
```Alternatively it can be build and installed from source.
Install the development dependencies
Download or clone it from GitHub
Run the installation task:```powershell
Invoke-Build Install
```## Usage
See [the documentation](./Docs) for description and examples.