amingolmahalle / HttpClientToCurlGenerator

The HttpClientToCurl is a NuGet package for generating curl script of HttpClient in .NET ( C# | CSharp | Dotnet ) supported features: Post, Get, Put, and Delete. content types: application/json, text/xml, application/x-www-form-urlencoded
https://www.nuget.org/packages/HttpClientToCurl
MIT License
61 stars 11 forks source link

add pre-commit and pre-push files to curl generator #30

Closed Sabermotamedi closed 8 months ago

Sabermotamedi commented 8 months ago

Description:

We need to add pre-commit and pre-push hooks to enhance awareness of our code quality.

Steps to Reproduce:

To achieve this, we should add a configuration file to the project.

Expected Behavior:

Contributors will be more confident about their code quality as it will be automatically checked before commits and pushes.

Additional Information:

An additional file is suggested to be added to the project to implement these hooks.

Please review and consider implementing this enhancement.

pre-commit.zip

Sabermotamedi commented 8 months ago

assign it to me, I will do it.

amingolmahalle commented 8 months ago

closed