- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How to make a Project Template using NuGet
A basic walkthrough of making a Project Template using NuGet.
Install the template:
dotnet new install Lubiii.GameDev.Quickie.MonoGame
Commands used
- Create a new solution file:
dotnet new sln -n Template
- Add a project to the solution:
dotnet sln add .\Content\Template\Template.csproj
- List of all installed templates:
dotnet new list
- Install a template from a folder:
dotnet new install ./src
- Pack a NuGet:
nuget.exe pack .\Lubiii.GameDev.Quickie.MonoGame.nuspec
- Create a new project from the template:
dotnet new quickie -o TemplateDemo
NuGet homepage: https://www.nuget.org/
Code repository: https://github.com/LubiiiCZ/DevQuickie/tree/master/Quickie025-ProjectTemplate
Join the Discord to discuss: https://discord.gg/UrsNc7Kaz5
If you have any topic requests, feel free to leave them in the comments.
Music by Chinsaku - Spirit Of The Wind - https://thmatc.co/?l=42CC2CBE
#monogame #tutorial #development #dotnet #games
Видео How to make a Project Template using NuGet канала GameDev Quickie
Install the template:
dotnet new install Lubiii.GameDev.Quickie.MonoGame
Commands used
- Create a new solution file:
dotnet new sln -n Template
- Add a project to the solution:
dotnet sln add .\Content\Template\Template.csproj
- List of all installed templates:
dotnet new list
- Install a template from a folder:
dotnet new install ./src
- Pack a NuGet:
nuget.exe pack .\Lubiii.GameDev.Quickie.MonoGame.nuspec
- Create a new project from the template:
dotnet new quickie -o TemplateDemo
NuGet homepage: https://www.nuget.org/
Code repository: https://github.com/LubiiiCZ/DevQuickie/tree/master/Quickie025-ProjectTemplate
Join the Discord to discuss: https://discord.gg/UrsNc7Kaz5
If you have any topic requests, feel free to leave them in the comments.
Music by Chinsaku - Spirit Of The Wind - https://thmatc.co/?l=42CC2CBE
#monogame #tutorial #development #dotnet #games
Видео How to make a Project Template using NuGet канала GameDev Quickie
Комментарии отсутствуют
Информация о видео
13 апреля 2024 г. 1:00:06
00:04:30
Другие видео канала





















