Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.77 KB

README.md

File metadata and controls

61 lines (34 loc) · 1.77 KB

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

MIT