Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 659 Bytes

Magento 2 - Console Utility

ConsoleUtility is an open source Magento 2 Package made for developing CLI-Applications.

Features

  • Dynamically add interactive Questions to your Console Command
  • Loop through Collections (event Paged ones) with prettified Output
  • Time Measuring for calculating multiple Tasks at once
  • PSR conform and enhanced LoggerInterface for easy to use Console Output

Installation

You can safely install this module by Composer:

composer require danielmaier/consoleutility
php bin/magento setup:upgrade

Contributing

Contributions are welcome from everyone if you want to add another feature or discover a bug.