enrico69/magento2-dev-report

This package is abandoned and no longer maintained. No replacement package was suggested.

A module to generate reports in order to help developes

Installs: 196

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 1

Open Issues: 0

Type:magento2-module

1.0.3 2017-07-19 17:34 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:52:05 UTC


README

Description

This module provides various console commands to generate a HTML report in order to help Magento 2 developers to asset some implementations in their project. It scans all the modules (but the Magento's ones) located in app/code.

Features

  • Generate a report listing all the implemented observers
  • Generate a report listing all the implemented plugins
  • Generate a report listing all the implemented preferences

Installation

The most simple way is to use composer:

composer require enrico69/magento2-dev-report --dev

Usage

Once installed and enabled, this extension add three commands in the Magento console:

dev:observer:report                      Generate a report of all user-created observers
dev:plugin:report                        Generate a report of all user-created plugins
dev:preference:report                    Generate a report of all user-created preferences