gitscrum/console

GitScrum - Console

dev-master 2020-08-27 00:30 UTC

This package is auto-updated.

Last update: 2024-03-27 08:08:31 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█▌
    ██░░░░░░░░░░░░░░░░░░░░░      φ░░░░░░░░░░░░░░░░░░░╟█▌
     █▒░░░░░░░░░░░░░░░░░░ , φ░░░░░░░░░░░░░░░░░░░░░░Γ██

GitScrum

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

Feature Description Status
Sign in Authentication on GitScrum Completed
Logout Remove user credentials Completed
My Next Tasks See the next tasks you need to work on the project Completed
Task See task details Completed
Task Comments List comments on a task and post new comment -
Sprints List sprints on a project and create new sprint -
User Stories List User Stories on a project and create new user story -

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.

68747470733a2f2f736974652e676974736372756d2e636f6d2f696d672f6170692d63726564656e7469616c732e706e67

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.