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

https://github.com/peteraritchie/vsspell-template

VSSpell dotnet new template
https://github.com/peteraritchie/vsspell-template

Last synced: 2 months ago
JSON representation

VSSpell dotnet new template

Awesome Lists containing this project

README

          

# VS Spell Template
[![NuGet Badge](https://buildstats.info/nuget/Pri.Utility.Templates)](https://www.nuget.org/packages/Pri.Utility.Templates/)

A `dotnet new` template to create a .vsspell file in the current directory.

This template was created so that a solution/project may be created from the command-line that contains a .vsspell file without having to run Visual Studio to create it.

To install:

`dotnet install Pri.Utility.Templates`

To add a .vsspell file in the current directory:

`dotnet new vsspell`

## References
[Visual Studio Spell Checker](https://marketplace.visualstudio.com/items?itemName=EWoodruff.VisualStudioSpellCheckerVS2022andLater) in Visual Studio Marketplace