cerbero90 / console-tasker

🦾 Laravel package to create lean, powerful, idempotent and beautiful Artisan commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console Tasker

Author PHP Version Laravel Version Octane Compatibility Build Status Coverage Status Quality Score Latest Version Software License PSR-12 Total Downloads

Laravel package to run and manage tasks in Artisan commands.

Install

Via Composer

composer require cerbero/console-tasker

Usage

To do:

  1. document package usage in README.md
  2. add tests
  3. enable scheduled builds in .github/workflows/build.yml
  4. fix some builds that are currently failing and remove last matrix "exclude"
  5. add AbstractTask method to show information after the ✔ sign

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email andrea.marco.sartori@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

🦾 Laravel package to create lean, powerful, idempotent and beautiful Artisan commands.

License:MIT License


Languages

Language:PHP 100.0%