DEV Community

Diógenes Polanco
Diógenes Polanco

Posted on

nopCommerce CLI

The modern web developer's tool.

nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.


Development Setup

Prerequisites

Setting Up a Plugin of nopCommerce

Install the nopCommerce CLI globally:

$ npm install -g nopcli
Enter fullscreen mode Exit fullscreen mode

Create plugin:

$ nopcli new -g=[GROUP NAME] -p=[PLUGIN NAME]
Enter fullscreen mode Exit fullscreen mode

Build the plugin:

$ nopcli build -g=[GROUP NAME] -p=[PLUGIN NAME]
Enter fullscreen mode Exit fullscreen mode

nopCommerce CLI is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.

Badge

🙌 Use donations to help support this project! 🙌

Love nopCommerce CLI? Give our repo a star ⭐ ⬆️.

Top comments (0)