SideScroll.Templates 0.21.0

dotnet new install SideScroll.Templates@0.21.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/Linux/macOS
SideScroll .NET Browser App  sidescroll.browser  [C#]      Browser/WebAssembly/Xaml/SideScroll/Avalonia
SideScroll .NET Solution     sidescroll.sln      [C#]      Desktop/Xaml/SideScroll/Avalonia/Windows/Linux/macOS

๐Ÿ›  Creating a Project

To create a new SideScroll app Project from the template:

dotnet new sidescroll.app -o MyApp

Run the project

cd MyApp
dotnet run

๐Ÿ›  Creating a Solution

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

dotnet new sidescroll.sln -o MyApp

Run the solution

cd MyApp
dotnet run --project Programs\<MyApp>.Desktop\<MyApp>.Desktop.csproj

๐Ÿงน Uninstalling the Templates

dotnet new uninstall SideScroll.Templates

Template Development

  • 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.21.0 82 6/30/2026
0.20.0 129 6/9/2026
0.19.0 145 5/21/2026
0.18.0 154 5/13/2026
0.17.1 185 4/20/2026
0.17.0 184 4/19/2026
0.16.0 229 3/4/2026
0.15.0 271 1/26/2026
0.14.0 686 12/10/2025
0.13.0 560 11/11/2025
0.12.0 441 10/16/2025
0.11.0 458 9/23/2025
0.10.0 491 9/3/2025
0.9.10 478 8/11/2025
0.9.9 486 8/9/2025