An open API service indexing awesome lists of open source software.

https://github.com/gitscrum-team/console

Manage your project and your team's tasks, all through console commands.
https://github.com/gitscrum-team/console

artisan-command gitscrum project-management scrum

Last synced: about 2 months ago
JSON representation

Manage your project and your team's tasks, all through console commands.

Awesome Lists containing this project

README

        

# GitScrum Console
## for Laravel Artisan Console

Manage your project and your team's tasks, all through console commands.
Learn more about the [GitScrum Console ](https://gitscrum.com/labs/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

## Installation

You can install the package via composer:

```bash
$ 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](https://site.gitscrum.com). 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](CONTRIBUTING.md) for details.

## Credits / Do you need help?

Renato Marinho: [GitHub](https://github.com/renatomarinho) / [LinkedIn](https://www.linkedin.com/in/renatomarinho13)
[All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.