Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 27, 2021 01:56 pm GMT

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

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.

Badge

Use donations to help support this project!

Love nopCommerce CLI? Give our repo a star .


Original Link: https://dev.to/diogenespolanco/nopcommerce-cli-4do5

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To