Skip to content

Commit 49f4955

Browse files
committed
Remove template with one database
1 parent 42cb419 commit 49f4955

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1
-3244
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
This repository contains `dotnet new` templates for Virto Commerce Modules.
44

55
## Templates
6-
* vc-module - Creates a new Virto Commerce module.
76
* vc-module-dba - Creates a new Virto Commerce module with DB Agnostic support.
87
* vc-module-xapi - Creates a new Virto Commerce module with XAPI support.
98

@@ -24,7 +23,7 @@ dotnet new install VirtoCommerce.Module.Template
2423
* Run command
2524

2625
```PowerShell
27-
dotnet new vc-module --ModuleName CustomerReviews --Author "Jon Doe" --CompanyName VirtoCommerce
26+
dotnet new vc-module-dba --ModuleName CustomerReviews --Author "Jon Doe" --CompanyName VirtoCommerce
2827
```
2928

3029
where `--ModuleName` is your module name, `--Author` is your name, and `--CompanyName` is your company name

templates/vc-module-template/.template.config/template.json

-128
This file was deleted.

templates/vc-module-template/vc-module-{KebabModuleName}/.editorconfig

-169
This file was deleted.

templates/vc-module-template/vc-module-{KebabModuleName}/.gitattributes

-1
This file was deleted.

0 commit comments

Comments
 (0)