Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openrakis/spice86-dotnet-templates
Spice86 templates for dotnet new
https://github.com/openrakis/spice86-dotnet-templates
dotnet template-project
Last synced: 14 days ago
JSON representation
Spice86 templates for dotnet new
- Host: GitHub
- URL: https://github.com/openrakis/spice86-dotnet-templates
- Owner: OpenRakis
- License: apache-2.0
- Created: 2022-09-06T05:45:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T11:48:10.000Z (8 months ago)
- Last Synced: 2024-11-13T21:55:19.800Z (about 2 months ago)
- Topics: dotnet, template-project
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![downloads](https://img.shields.io/nuget/dt/avalonia.templates)](https://www.nuget.org/packages/Spice86.Templates/)
# Spice86 templates for `dotnet new`
For more information about `dotnet new` templates see [here](https://blogs.msdn.microsoft.com/dotnet/2017/04/02/how-to-create-your-own-templates-for-dotnet-new/).
## Installing the templates
Run from a command line:
```powershell
dotnet new install Spice86.Templates
```The templates should now be available in `dotnet`:
```
Templates Short Name Language Tags
---------------------------------------------------------------------------------------------------------
Spice86 Project spice86.project [C#] reverseengineering/spice86
```Use it to generate a new reverse engineering project:
```
dotnet new spice86.project
```