generator-opencart-module-ru
v1.0.1
Published
Yeoman generator for Opencart module with Opencart 2.3, OCMOD and Russian language supporting
Downloads
4
Readme
Generator of OpenCart module basic structure and code
This package provides an easy way to create a starting structure for your Opencart module.
Installation - Option 0
Linux, OSx, Windows: First, install Yeoman and generator-opencart-module-ru using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-opencart-module-ru
Then generate your new project:
yo opencart-module-ru
Installation - Option 1
Windows Only: To generate modules without the requirement of node.js and Yeoman, you can use a Windows computer with PowerShell. No additional software is required.
To generate your new project: First, start a powershell terminal window. Then go to your instailation folder and execute the build script.
cd <install folder>\generators\app
generate-module.ps1
WARNING: PowerShell script doesn't support next tools for this moment:
OpenCart 2.3
OCMOD
Russian language
Originally developed by Taiye Ogunnigbo - https://twitter.com/taiyeoguns
Windows Powershell Script provided by Jayson Johnson - Edmonton Acrobatic Gymnastics - edmontonacro.ca
Features
- Allows to specify module type such as Payment, Shipping, Order Total, Feed
- Supports creating modules for Opencart 1.5.x and 2.x versions.
- Supports creating modules for Opencart 2.3 version.
- Optionally add vQmod support
- Optionally add OCMOD support
License
Apache-2.0 © Ihor Chyshkala & Maksim Tarasenko