Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.44 KB

ForEvolve.Conventions

Pack and Deploy master to NuGet.org Nuget

This repo contains coding conventions that I use in multiple projects. To simplify my life, I packed them as dotnet new templates. The templates can be installed from the command-line, using NuGet.

Out of now I created:

  • .editorconfig
  • .prettierrc

Usage

To install the templates, you must execute the following command, once (templates are installed globally).

dotnet new -i ForEvolve.Conventions.Templates

Then you can dotnet new [templates name] to generate the files. The available templates are:

dotnet new cheditorconfig
dotnet new chprettierrc

Files are generated in the current directory.

How to contribute?

If you would like to contribute to the project, first, thank you for your interest, and please read Contributing to ForEvolve open source projects for more information.

Contributor Covenant Code of Conduct

Also, please read the Contributor Covenant Code of Conduct that applies to all ForEvolve repositories.