Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 5.77 KB

README.template.md

File metadata and controls

90 lines (55 loc) · 5.77 KB

{Project Name} SDK .NET

{Project Description}

GitHub license Time tracker

{Project Name} logo

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality (main branch)

Codacy Badge Codacy Badge

Codecov CodeFactor

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities

Codebeat badge DeepSource


Installation

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

{packageName} NuGet Version {packageName} NuGet Downloads

Package Version Downloads
{packageName} {packageName} NuGet Version {packageName} NuGet Downloads

Features

Implements all features of {Project Name} API available at {Project Name}

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #N

Usage

//sample CSharp code showing how to use the lib
var client = new {packageName}Client();
var result = await client.GetHelloWorldAsync(CancellationToken.None);

License

Licensed under

MIT license (LICENSE or http://opensource.org/licenses/MIT)