The modern web developer's tool.
nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.
Development Setup
Prerequisites
- Install [node.js]
- Install [dotnet core]
- Clone [nopCommerce]
Setting Up a Plugin of nopCommerce
Install the nopCommerce CLI globally:
$ npm install -g nopcli
Create plugin:
$ nopcli new -g=[GROUP NAME] -p=[PLUGIN NAME]
Build the plugin:
$ nopcli build -g=[GROUP NAME] -p=[PLUGIN NAME]
nopCommerce CLI is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.
🙌 Use donations to help support this project! 🙌
Love nopCommerce CLI? Give our repo a star ⭐ ⬆️.
Top comments (0)