gplcart/skeleton

A tool to dramatically speed up developing GPL cart modules

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:gplcart-module

dev-master 2018-03-10 14:16 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:23:18 UTC


README

Build Status Scrutinizer Code Quality

Skeleton is a GPL Cart module that allows developers to generate blank modules with predefined class and folder structure depending on your needs. It also extracts hooks from the source files within selected scopes and creates the corresponding methods, so you don't need to learn too much about API.

Just add some code and you're ready to go!

Installation

  1. Download and extract to system/modules manually or using composer composer require gplcart/skeleton. IMPORTANT: If you downloaded the module manually, be sure that the name of extracted module folder doesn't contain a branch/version suffix, e.g -master. Rename if needed.
  2. Go to admin/module/list end enable the module

Usage

Go to admin/tool/skeleton and generate your module