generator-opencart-module

Yeoman generator for Opencart module

Usage no npm install needed!

<script type="module">
  import generatorOpencartModule from 'https://cdn.skypack.dev/generator-opencart-module';
</script>

README

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