danielmaier/consoleutility

Easy to use base-package made for developing CLI-Applications in Magento 2

1.1.5 2019-07-25 08:50 UTC

This package is auto-updated.

Last update: 2024-04-25 19:54:42 UTC


README

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.