MeshWeaver.ProjectTemplates 2.3.0

dotnet new install MeshWeaver.ProjectTemplates::2.3.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

MeshWeaver Project Templates

This NuGet package provides project templates for creating MeshWeaver applications.

Installation

dotnet new install MeshWeaver.ProjectTemplates

Available Templates

  • meshweaver-solution - Complete portal solution with Todo module and AI agent
  • meshweaver-portal - Portal application only
  • meshweaver-todo - Todo library module only
  • meshweaver-todo-ai - Todo AI agent library only
  • meshweaver-test - Test project with MeshWeaver testing infrastructure

Usage

Create a new MeshWeaver solution:

dotnet new meshweaver-solution -n MyApp
cd MyApp
dotnet restore --source /path/to/meshweaver/nupkg
dotnet run --project MyApp.Portal

Features

  • Blazor portal application
  • Todo module with CRUD operations
  • AI-powered Todo assistant with natural language processing
  • Comprehensive testing setup
  • Real-time data synchronization
  • Layout areas for responsive UI

Package Source

This template references MeshWeaver packages version 2.2.0-rc6. If installing from a local package source, ensure you have the required MeshWeaver packages available or add the package source:

dotnet restore --source /path/to/meshweaver/nupkg --source https://api.nuget.org/v3/index.json
  • net9.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
2.3.0 187 8/4/2025
2.2.0 452 7/21/2025