SideScroll.Templates 0.10.0

dotnet new install SideScroll.Templates::0.10.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

SideScroll .NET Templates

This repository contains the .NET project templates for building new SideScroll applications

📦 For information about the SideScroll framework itself, visit the main repo


🚀 Installing

To install the templates:

dotnet new install SideScroll.Templates

After installing, you can list the available templates:

dotnet new list SideScroll

You should see something like this:

Template Name         Short Name      Language  Tags
-------------------  --------------  --------  ---------------------------------------------
SideScroll .NET App  sidescroll.app  [C#]      Desktop/Xaml/SideScroll/Avalonia/Windows/macOS/Linux

🛠 Creating a Project

To create a new SideScroll app from the template:

dotnet new sidescroll.app -o MyApp

If you want to create a new Solution with the app split into a Library and Program app:

dotnet new sidescroll.sln -o MyApp

🧱 Developing the Templates

Build

dotnet build SideScroll.Templates.csproj

Install Locally

dotnet new install <path-to-SideScroll.Templates>

Reinstalling

dotnet new install <path-to-SideScroll.Templates> --force

Test by Creating a Project

dotnet new sidescroll.app -o MyApp

Run the project

cd MyApp
dotnet run

🧹 Uninstalling the Templates

dotnet new uninstall SideScroll.Templates
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.10.0 148 9/3/2025
0.9.10 149 8/11/2025
0.9.9 145 8/9/2025

Added Example Process Monitor Tab