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

https://github.com/christopherhaws/dotnet-template-lib

A .NET template for my open source libraries
https://github.com/christopherhaws/dotnet-template-lib

dotnet-template

Last synced: 12 months ago
JSON representation

A .NET template for my open source libraries

Awesome Lists containing this project

README

          

# MyProject
[![Build Status][ci-badge]][ci]
[![NuGet][nuget-badge] ![NuGet Downloads][nuget-download-badge]][nuget]
[![FuGet][fuget-badge]][fuget]

[ci]: https://github.com/ChristopherHaws/dotnet-template-open-source-lib/actions/workflows/ci.yml
[ci-badge]: https://github.com/ChristopherHaws/dotnet-template-open-source-lib/actions/workflows/ci.yml/badge.svg
[nuget]: https://www.nuget.org/packages/MyProject/
[nuget-badge]: https://img.shields.io/nuget/v/MyProject.svg?style=flat-square
[nuget-download-badge]: https://img.shields.io/nuget/dt/MyProject?style=flat-square

[fuget]: https://www.fuget.org/packages/MyProject
[fuget-badge]: https://www.fuget.org/packages/MyProject/badge.svg

TODO: Add a short description of what the project is about.

## Usage
```csharp
//TODO: Add simple usage example
```

#### Options
- `Option1` Option description goes here
- `Option2` Option description goes here