Ucommerce.Templates 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install Ucommerce.Templates::1.0.0                
This package contains a .NET Template Package you can call from the shell/command line.

Ucommerce Public Templates

This package contains the following templates to help you get started with your Ucommerce projects.

Install Templates

You can install the template with the following command:

dotnet new install Ucommerce.Templates

This requires that you have a Nuget feed configured where the "Ucommerce.Templates" nuget package is made available. If you pass the --name parameter, your project will be created in a folder with the name you give it.

Ucommerce Headless

Short name: uc-headless

A project for running a headless Ucommerce instance

Examples:

Default project using default payment provider

dotnet new uc-headless --connection-string "your connection string"

Default project generated in it's own folder

dotnet new uc-headless --name "projectName" --connection-string "your connection string"

Use Stripe instead of the default payment provider :

dotnet new uc-headless --name "projectName" --connection-string "your connection string" --stripe 

Ucommerce MVC

Short name: uc-mvc

A project for running an MVC site with Ucommerce

Examples:

Default project using default payment provider

dotnet new uc-mvc

Default project generated in it's own folder

dotnet new uc-mvc --name "projectName"
  • .NETStandard 2.1

    • No dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.0.1 1 2/23/2024
1.0.0 1 2/14/2024