Hi all,

did anyone try to make project templates for plugins ? It´s really boring everytime to set up all common files for new plugin.

It will be bettet to  use

dotnet new nopcommerce.plugin.miscplugin
dotnet new nopcommerce.plugin.widget
dotnet new nopcommerce.plugin.paymentMethod

and so on.

Or What do you suggest ?