All Projects → taiyeoguns → generator-opencart-module

taiyeoguns / generator-opencart-module

Licence: other
Opencart module generator for Yeoman

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
powershell
5483 projects
Smarty
1635 projects

Labels

Projects that are alternatives of or similar to generator-opencart-module

opencore
OpenCore - Laravel for OpenCart
Stars: ✭ 42 (+44.83%)
Mutual labels:  opencart
bitnami-docker-opencart
Bitnami Docker Image for OpenCart
Stars: ✭ 83 (+186.21%)
Mutual labels:  opencart
opencart-project-template
OpenCart Project Template
Stars: ✭ 16 (-44.83%)
Mutual labels:  opencart
7cart
7cart is a php7 project for building online shops, catalogs or service platforms. 7cart built with simple code and database schema. It is easy to support and fast.
Stars: ✭ 27 (-6.9%)
Mutual labels:  opencart
abandoned-carts-opencart
Reach out to prospects with bailed shopping carts; gain valuable insight to usability and recover lost sales.
Stars: ✭ 15 (-48.28%)
Mutual labels:  opencart
opencart-3-sanalpos
OpenCart 3.x Sanal Pos Entegrasyonu Ücretsiz
Stars: ✭ 18 (-37.93%)
Mutual labels:  opencart
opencart-js-css-minifier
JS & CSS Minifier for OpenCart 2.1
Stars: ✭ 13 (-55.17%)
Mutual labels:  opencart
Opencart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
Stars: ✭ 6,278 (+21548.28%)
Mutual labels:  opencart
cart-opencart
Mercado Pago's Official OpenCart 1 Plugin
Stars: ✭ 49 (+68.97%)
Mutual labels:  opencart
opencartbrasil
O projeto OpenCart Brasil é uma plataforma gratuita de loja online para lojistas brasileiros.
Stars: ✭ 55 (+89.66%)
Mutual labels:  opencart
instalador-sem-ftp
Habilita a instalação de extensões sem a necessidade do uso de FTP no OpenCart.
Stars: ✭ 21 (-27.59%)
Mutual labels:  opencart
todas-urls-amigaveis
Transforma todas as urls padrões do OpenCart em URLs amigáveis.
Stars: ✭ 17 (-41.38%)
Mutual labels:  opencart
ocmod-editor
Editor online para arquivos XML no formato OCMOD integrado com o OpenCart.
Stars: ✭ 26 (-10.34%)
Mutual labels:  opencart

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].