Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/restoremonarchyplugins/unturnedtemplates

Visual Studio templates for creating Unturned Rocket plugins.
https://github.com/restoremonarchyplugins/unturnedtemplates

unturned unturned-plugin unturned-template

Last synced: about 2 months ago
JSON representation

Visual Studio templates for creating Unturned Rocket plugins.

Awesome Lists containing this project

README

        

# Unturned Templates
This repository contains templates for creating Unturned Rocket plugins in Visual Studio.

![](preview.png)

## Install
```
dotnet new install RestoreMonarchy.UnturnedTemplates
```

## Update
```
dotnet new update
```

## Uninstall
```
dotnet new uninstall RestoreMonarchy.UnturnedTemplates
```