Skip to content

taiyeoguns/generator-opencart-module

Repository files navigation

Module scaffold creator for Opencart

NPM version

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

J9dzRT

Installation - Option 1

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

Installation - Option 2

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

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

About

Opencart module generator for Yeoman

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published