1.0.1 • Published 3 years ago

@diogenespolanco/nopcli v1.0.1

Weekly downloads
-
License
OSL-3.0
Repository
-
Last release
3 years ago

Description

NopCli is a bilder nopCommerce plugin, and it gives you the opportunity to start a plugin in less than 5 minutes!

Development Setup

Prerequisites

  • Install [node.js]
  • Install [dotnet core]
  • Clone [nopCommerce]

nopCommerce version supported

Setting Up a Plugin of nopCommerce

Install the nopCommerce CLI globally:

$ npm install -g @diogenespolanco/nopcli

Create plugin:

$ nopcli new -g=[GROUP NAME] -p=[PLUGIN NAME] -c=[true|false (default=false)]

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.