SideScroll.Templates 0.25.0

dotnet new install SideScroll.Templates@0.25.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.25.0 68 9/3/2026
0.24.0 127 8/12/2026
0.23.0 138 8/4/2026
0.22.0 149 7/26/2026
0.21.0 181 6/30/2026
0.20.0 223 6/9/2026
0.19.0 234 5/21/2026
0.18.0 241 5/13/2026
0.17.1 270 4/20/2026
0.17.0 269 4/19/2026
0.16.0 316 3/4/2026
0.15.0 361 1/26/2026
0.14.0 776 12/10/2025
0.13.0 651 11/11/2025
0.12.0 534 10/16/2025
0.11.0 550 9/23/2025
0.10.0 578 9/3/2025
0.9.10 565 8/11/2025
0.9.9 576 8/9/2025