Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dittodhole/dotnet-svg.contrib.render


https://github.com/dittodhole/dotnet-svg.contrib.render

dotnet nuget nuget-package svg thermal-printer

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# dotnet-Svg.Contrib.Render
> This is 2016, and we are still writing printer commands ... burn in hell!

![](https://media.giphy.com/media/gCHHJZGvOtstO/giphy.gif)

## Build status

[![](https://img.shields.io/appveyor/ci/dittodhole/dotnet-svg-contrib-render.svg)](https://ci.appveyor.com/project/dittodhole/dotnet-svg-contrib-render)

## Installing

### myget.org

[![](https://img.shields.io/myget/dittodhole/vpre/Svg.Contrib.Render.svg)](https://www.myget.org/feed/dittodhole/package/nuget/Svg.Contrib.Render)

```powershell
PM> Install-Package -Id Svg.Contrib.Render -pre --source https://www.myget.org/F/dittodhole/api/v2
```

[![](https://img.shields.io/myget/dittodhole/vpre/Svg.Contrib.Render.EPL.svg)](https://www.myget.org/feed/dittodhole/package/nuget/Svg.Contrib.Render.EPL)

```powershell
PM> Install-Package -Id Svg.Contrib.Render.EPL -pre --source https://www.myget.org/F/dittodhole/api/v2
```

[![](https://img.shields.io/myget/dittodhole/vpre/Svg.Contrib.Render.FingerPrint.svg)](https://www.myget.org/feed/dittodhole/package/nuget/Svg.Contrib.Render.FingerPrint)

```powershell
PM> Install-Package -Id Svg.Contrib.Render.FingerPrint -pre --source https://www.myget.org/F/dittodhole/api/v2
```

[![](https://img.shields.io/myget/dittodhole/vpre/Svg.Contrib.Render.ZPL.svg)](https://www.myget.org/feed/dittodhole/package/nuget/Svg.Contrib.Render.ZPL)

```powershell
PM> Install-Package -Id Svg.Contrib.Render.ZPL -pre --source https://www.myget.org/F/dittodhole/api/v2
```

[![](https://img.shields.io/myget/dittodhole/vpre/Svg.Contrib.ViewModel.svg)](https://www.myget.org/feed/dittodhole/package/nuget/Svg.Contrib.ViewModel)

```powershell
PM> Install-Package -Id Svg.Contrib.ViewModel -pre --source https://www.myget.org/F/dittodhole/api/v2
```

### nuget.org

[![](https://img.shields.io/nuget/v/Svg.Contrib.Render.svg)](https://www.nuget.org/packages/Svg.Contrib.Render)

```powershell
PM> Install-Package -Id Svg.Contrib.Render
```

[![](https://img.shields.io/nuget/v/Svg.Contrib.Render.EPL.svg)](https://www.nuget.org/packages/Svg.Contrib.Render.EPL)

```powershell
PM> Install-Package -Id Svg.Contrib.Render.EPL
```

[![](https://img.shields.io/nuget/v/Svg.Contrib.Render.FingerPrint.svg)](https://www.nuget.org/packages/Svg.Contrib.Render.FingerPrint)

```powershell
PM> Install-Package -Id Svg.Contrib.Render.FingerPrint
```

[![](https://img.shields.io/nuget/v/Svg.Contrib.Render.ZPL.svg)](https://www.nuget.org/packages/Svg.Contrib.Render.ZPL)

```powershell
PM> Install-Package -Id Svg.Contrib.Render.ZPL
```

[![](https://img.shields.io/nuget/v/Svg.Contrib.ViewModel.svg)](https://www.nuget.org/packages/Svg.Contrib.ViewModel)

```powershell
PM> Install-Package -Id Svg.Contrib.ViewModel
```

## Developing & Building

```cmd
> git clone https://github.com/dittodhole/dotnet-Svg.Contrib.Render.git
> cd dotnet-Svg.Contrib.Render
dotnet-Svg.Contrib.Render> cd build
dotnet-Svg.Contrib.Render/build> build.bat
```

This will create the following artifacts:

- `artifacts/Svg.Contrib.Render.{version}.nupkg`
- `artifacts/Svg.Contrib.Render.{version}.snupkg`
- `artifacts/Svg.Contrib.Render.EPL.{version}.nupkg`
- `artifacts/Svg.Contrib.Render.EPL.{version}.snupkg`
- `artifacts/Svg.Contrib.Render.FingerPrint.{version}.nupkg`
- `artifacts/Svg.Contrib.Render.FingerPrint.{version}.snupkg`
- `artifacts/Svg.Contrib.Render.ZPL.{version}.nupkg`
- `artifacts/Svg.Contrib.Render.ZPL.{version}.snupkg`
- `artifacts/Svg.Contrib.ViewModel.{version}.nupkg`

## License

dotnet-Svg.Contrib.Render is published under [WTFNMFPLv3](https://github.com/dittodhole/WTFNMFPLv3).