osrecio/magento2_sample-command

Command line Magento 2 to show module list

Maintainers

Package info

github.com/osrecio/magento2_sample-command

Type:magento2-module

pkg:composer/osrecio/magento2_sample-command

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2016-03-20 18:52 UTC

This package is not auto-updated.

Last update: 2026-03-10 12:14:04 UTC


README

This sample module creates one new command-line command:

  • magento module:list (displays the list of modules)
  • Accept 2 options
    • -vend|--vendor[="..."]
    • -en|--enabled[="..."] ('y' or 'n')

You can use this sample module as an example to create your own custom commands.