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

https://github.com/pmdevers/nuget-package-template

A nuget package project template
https://github.com/pmdevers/nuget-package-template

Last synced: 5 months ago
JSON representation

A nuget package project template

Awesome Lists containing this project

README

          

# [PROJECT TITLE]

![Github Release](https://img.shields.io/github/v/release/pmdevers/nuget-package-template)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/pmdevers/nuget-package-template/.github%2Fworkflows%2Fbuild-publish.yml)
![GitHub License](https://img.shields.io/github/license/pmdevers/nuget-package-template)
![Github Issues Open](https://img.shields.io/github/issues/pmdevers/nuget-package-template)
![Github Pull Request Open](https://img.shields.io/github/issues-pr/pmdevers/nuget-package-template)
[![Scheduled Code Security Testing](https://github.com/pmdevers/nuget-package-template/actions/workflows/security-analysis.yml/badge.svg?event=schedule)](https://github.com/pmdevers/nuget-package-template/actions/workflows/security-analysis.yml)

[PROJECT DESCRIPTION]

![Alt text](https://raw.githubusercontent.com/pmdevers/nuget-package-template/master/assets/logo.png "logo")

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Contributing](#contributing)
- [License](#license)

## Features

- Easy integration

## Installation

To install the package, use the following command in your .NET Core project:

```bash
dotnet add package [projectname]
```

Alternatively, you can add it manually to your `.csproj` file:

```xml

```

## Usage

Here are some basic examples of how to use the library:

### Setup

First, initialize the `SonarCloudClient` with your SonarCloud token:

```csharp
using [ProjectName];

var builder = WebApplication.CreateBuilder(args);

```

### Use

```csharp

var test = new string();

```

## Configuration

[TODO]

## Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any bugs or have feature requests.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.