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
- Host: GitHub
- URL: https://github.com/peteraritchie/vsspell-template
- Owner: peteraritchie
- License: mit
- Created: 2022-09-09T17:39:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T19:57:16.000Z (over 1 year ago)
- Last Synced: 2025-01-19T04:15:00.101Z (12 months ago)
- Language: Batchfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VS Spell Template
[](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