mattreesjenkins/laravel-trello-commands

Laravel Artisan commands for Trello

v0.0.1 2023-10-14 09:57 UTC

This package is auto-updated.

Last update: 2024-09-14 14:26:20 UTC


README

Artisan commands to manage Trello lists and cards.

Installation

Via Composer

composer require --dev mattreesjenkins/laravel-trello-commands

You will need a Trello Auth Token which you can get here and add it to your .env file.

TRELLO_AUTH_TOKEN=xxx

There is a single table used to store the ids and names of the current workspace, board, and list. You will need to run the migration to set this up.

php artisan migrate

Usage

From the console enter:

php artisan todo

To reset the current workspace, board, and list, enter:

php artisan todo --configure

Change log

Please see the changelog for more information on what has changed recently.

Roadmap

  • Probably should write some tests 😬
  • Additional commands
  • Models for Workspace, Lists, and Cards
  • More tests... 😰

Credits

License

Laravel Prompts is open-sourced software licensed under the MIT license.