Skip to content

dotnet CLI and Visual Studio template for Nopcommerce plugin/extensions

License

Notifications You must be signed in to change notification settings

kazirahiv/Nopcommerce-Plugin-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

dotnet CLI and Visual Studio template for Nopcommerce plugin/extensions

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published