osrecio/magento2_sample-command

Command line Magento 2 to show module list

1.0.1 2016-03-20 18:52 UTC

This package is not auto-updated.

Last update: 2024-05-07 02:29:22 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.