Skip to content

pmdevers/nuget-package-template

Repository files navigation

[PROJECT TITLE]

Github Release GitHub Actions Workflow Status GitHub License Github Issues Open Github Pull Request Open Scheduled Code Security Testing

[PROJECT DESCRIPTION]

Alt text

Table of Contents

Features

  • Easy integration

Installation

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

dotnet add package [projectname]

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

<PackageReference Include="[projectname]" Version="0.1.0" />

Usage

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

Setup

First, initialize the SonarCloudClient with your SonarCloud token:

using [ProjectName];

var builder = WebApplication.CreateBuilder(args);

Use

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 file for details.

About

A nuget package project template

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages