gitscrum / console
GitScrum - Console
Requires
- php: ^7.0 || ^8.0
- guzzlehttp/guzzle: ^7.0
- illuminate/support: 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0
Requires (Dev)
- mockery/mockery: >=0.9.4
- orchestra/testbench: ^3.2
- phpunit/phpunit: ^5.7 || ^6.0 || ^7.0 || ^8.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-27 09:25:18 UTC
README
for Laravel Artisan Console
Manage your project and your team's tasks, all through console commands. Learn more about the GitScrum Console
▄█████▄
██▀╡▒╚██▌ ,▄███▄
██╙╙╙╠╠██ ▄██╠╚╠██▌
██ ▐╟█▌ ██▒▒▒▒╚██
▐██ Å██Ö ██ ╚╣██
█▌ ]██▌ ]██ j╟█▌
██ ██▌ ╟█▌ ▐██
██▌ ██▌ ██ ╫█▌
██▀ ▐█▌ ╟█▌ ▐██
▄██▀ ██ ▐██ ██
▄▄██▀ ▐██▄▄███ ▄██
▄███▀ ▀▀▀▀ ▄██
▄██▀ ██▀
▄██ ▄██
██▀ ██▄
██▀ ██▌
██▀ ██▄
█▌ ██
██ ▀█▀\ ▀█▀ █▌
▐█▌ ▐██
█▌ ▀██▀ ██
▄██████████████████████████████████████████████████▄
██▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│╟█▌
██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▐█▌
██▒░░░░░░░░░░░░░░░░░░░░░░░░░░░Γ░░░░░░░░░░░░░░░░░░░░╟█▌
▐█▌░░░░░░░░░░░░░░░░░░░░░░░░░░░ φ░░░░░░░░░░░░░░░░Γ██
██░░░░░░░░░░░░░░░░░░░░░░░" ,,,░░░░░░░░░░░░░░░░j█▌
██░░░░░░░░░░░░░░░░░░░░░ φ░░░░░░░░░░░░░░░░░░░╟█▌
█▒░░░░░░░░░░░░░░░░░░ , φ░░░░░░░░░░░░░░░░░░░░░░Γ██
The power of project management in a few command lines.
What's GitScrum?
GitScrum is a platform to manage projects and motivate people to work better and happier ⚡
Learn more about the GitScrum https://gitscrum.com
Installation
You can install the package via composer:
$ composer require gitscrum/console
Laravel 5.5 and up
Laravel 5.5 and up uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Publish configuration file
php artisan vendor:publish --provider="GitScrum\Console\ServiceProvider"
Roadmap
Configuration
After installing package, you will need to configure some options
Project Credentials
Go to GitScrum. To obtain credentials you must be the project owner or project admin.
After, you should go to your project. Click on Project Settings and then API Management to obtain the credentials that will be used for .env to authenticate to the project.
Take the credentials and add them to the .env file
STORAGE_DISK=local
API_ID=
PROJECT_KEY=
Contributing
Please see CONTRIBUTING for details.
Credits / Do you need help?
Renato Marinho: GitHub / LinkedIn [All Contributors][link-contributors]
License
The MIT License (MIT). Please see License File for more information.