This package provides an easy way to create a starting structure for your Opencart module.
Linux, OSx, Windows: First, install Yeoman and generator-opencart-module using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-opencart-module
Then generate your new project:
yo opencart-module
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
- Windows Powershell Script provided by Jayson Johnson - Edmonton Acrobatic Gymnastics - edmontonacro.ca
- Allows to specify module type such as Payment, Shipping, Order Total, Feed
- Supports creating modules for Opencart 1.5.x and 2.x versions.
- Optionally add vQmod support
Apache-2.0 © Taiye Ogunnigbo