Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.