generator-opencart-module
v0.1.2
Published
Yeoman generator for Opencart module
Downloads
5
Maintainers
Readme
Module scaffold creator for Opencart
This package provides an easy way to create a starting structure for your Opencart module.
Installation
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
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.
- Optionally add vQmod support
License
Apache-2.0 © Taiye Ogunnigbo