Skip to content

Korthax/MonoGameTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty MonoGame 3.6 dotnet new project template

This repository contains the templating code to create an project using the amazing MonoGame framework.

MonoGame NuGet Version

Requirements

Usage

From Source

  1. Clone the repository
  2. Install the template dotnet new -i [path\to\repository]\content
    • Make sure the path does not end in a \ else the template install will fail silently
  3. Create a new project dotnet new monogame [--name Name]

From NuGet

  1. Install the template dotnet new -i MonoGameTemplate::*
    • Make sure the path does not end in a \ else the template install will fail silently
  2. Create a new project dotnet new monogame [--name Name]

General Notes

I've created this template for my own use to speed up adding a new monogame project. Use at your own risk :)

About

dotnet new template for MonoGame 3.6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages