0.1.2 • Published 8 years ago

generator-opencart-module v0.1.2

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
8 years ago

Module scaffold creator for Opencart

NPM version

This package provides an easy way to create a starting structure for your Opencart module.

J9dzRT

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