https://github.com/diogenespolanco/nopcommerce-cli
nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.
https://github.com/diogenespolanco/nopcommerce-cli
cli hacktoberfest hacktoberfest2021 nopcommerce nopcommerce-plugin
Last synced: about 1 year ago
JSON representation
nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.
- Host: GitHub
- URL: https://github.com/diogenespolanco/nopcommerce-cli
- Owner: DiogenesPolanco
- License: other
- Created: 2021-09-24T21:15:58.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2024-10-21T22:51:19.000Z (over 1 year ago)
- Last Synced: 2025-03-27T09:22:53.332Z (over 1 year ago)
- Topics: cli, hacktoberfest, hacktoberfest2021, nopcommerce, nopcommerce-plugin
- Language: C#
- Homepage:
- Size: 506 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
nopCommerce CLI - The modern web developer's tool.
nopCommerce CLI is a development tool for build plugins for nopCommerce Solutions.
Contributing Guidelines
ยท
Submit an Issue
ยท
Blog
## 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]
- Install [git]
- Clone [nopCommerce]
### nopCommerce version supported
- 4.20 [netcoreapp2.2]
- 4.30 [netcoreapp3.1]
- 4.40 [net5.0]
- 4.50 [net6.0]
- 4.60 [net6.0]
### Setting Up a Plugin of nopCommerce
Install the nopCommerce CLI globally:
```
$ npm install -g nopcli
```
Prepare your environment with clone nopCommerce from git:
```
$ nopcli init --git
```
Create configuration of plugins by default:
```
$ nopcli config
```
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.
๐ Use donations to help support this project! ๐
Love nopCommerce CLI? Give our repo a star :star: :arrow_up:.