Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dittodhole/dotnet-svg.contrib.render
- Owner: dittodhole
- License: other
- Created: 2016-05-01T18:08:57.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2020-09-23T10:51:33.000Z (about 4 years ago)
- Last Synced: 2024-10-14T03:03:34.999Z (about 1 month ago)
- Topics: dotnet, nuget, nuget-package, svg, thermal-printer
- Language: C#
- Homepage:
- Size: 43.8 MB
- Stars: 26
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).