Nop.Plugin.Templates
1.1.0
dotnet new install Nop.Plugin.Templates::1.1.0
Nopcommerce Plugin Templates
Nopcommerce Plugin Templates is a bundle of multiple templates which helps creating different kind of Nopcommerce plugin/extensions at ease.
Installation
Use the dotnet new cli to install the Nuget package. Latest: Nop.Plugin.Templates.1.1.0.nupkg
dotnet new -i Nop.Plugin.Templates.1.1.0.nupkg
It currently supports three different plugin/extension types. (Payment, Miscellaneous and Widget). If you want to add more, the repository is open to add more supports 😎
Example Usage (Visual Studio 2022)
Select File>New>Project or Right click in your solution > Add > New project
Select from available options
Put your plugin name and set Plugins path of your Nopcommerce project
Customize as you want
Example Usage (CLI)
Scaffold a plugin with CLI using short name
dotnet new nop-payment
Use -h parameter to get available parameter options
dotnet new nop-payment -h
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
-
net6.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.
Discount,Widget,Payment,Misc plugin template.