Nop.Plugin.Templates 1.1.0

dotnet new install Nop.Plugin.Templates::1.1.0
This package contains a .NET Template Package you can call from the shell/command line.

Nopcommerce Plugin Templates

alternate text is missing from this package README image

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

alternate text is missing from this package README image

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

alternate text is missing from this package README image

Put your plugin name and set Plugins path of your Nopcommerce project

alternate text is missing from this package README image

Customize as you want

alternate text is missing from this package README image

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 

alternate text is missing from this package README image

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

MIT

  • 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.

Version Downloads Last updated
1.1.0 559 4/22/2022
1.0.0 427 4/21/2022

Discount,Widget,Payment,Misc plugin template.