Nopcommerce Plugin Templates is a bundle of multiple templates which helps creating different kind of Nopcommerce plugin/extensions at ease.
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 😎
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
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
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.