├── Console └── Command │ └── PluginListCommand.php ├── LICENSE.txt ├── README.md ├── composer.json ├── doc └── preview.png ├── etc ├── di.xml └── module.xml └── registration.php /Console/Command/PluginListCommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/Console/Command/PluginListCommand.php -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/composer.json -------------------------------------------------------------------------------- /doc/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/doc/preview.png -------------------------------------------------------------------------------- /etc/di.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/etc/di.xml -------------------------------------------------------------------------------- /etc/module.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/etc/module.xml -------------------------------------------------------------------------------- /registration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magento-hackathon/cli-plugin-list/HEAD/registration.php --------------------------------------------------------------------------------