mattreesjenkins/laravel-trello-commands
最新稳定版本:v0.0.1
Composer 安装命令:
composer require mattreesjenkins/laravel-trello-commands
包简介
Laravel Artisan commands for Trello
README 文档
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.
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-14