nopcli
Version:
nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.
52 lines • 1.02 kB
JSON
{
"name": "nopCommerce-cli",
"shortName": "nopcli",
"description": "nopCommerce CLI (NopCli) is a bilder nopCommerce plugin, and it gives you the opportunity to start a plugin in less than 5 minutes!",
"plugin": {
"default": "Widgets",
"genericName": "NopCliGeneric",
"groups": [
{
"name": "DiscountRoles"
},
{
"name": "Misc"
},
{
"name": "Payments"
},
{
"name": "Shipping"
},
{
"name": "Widgets"
}
]
},
"nopCommerce": {
"default": "430",
"versions": [
{
"nopVersion": "420",
"Sdk": "2.2",
"FrameWork": "netcoreapp2.2"
},
{
"nopVersion": "430",
"Sdk": "3.1",
"FrameWork": "netcoreapp3.1"
},
{
"nopVersion": "440",
"Sdk": "5.0",
"FrameWork": "net5.0"
},
{
"nopVersion": "450",
"Sdk": "5.0",
"FrameWork": "net5.0"
}
]
},
"docker": []
}