nopCommerce CLI

diogenespolanco

Diógenes Polanco

Posted on September 27, 2021

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 ⭐ ⬆️.

💖 💪 🙅 🚩
diogenespolanco
Diógenes Polanco

Posted on September 27, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

nopCommerce CLI
nopcommerce nopCommerce CLI

September 27, 2021