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.
- Host: GitHub
- URL: https://github.com/gitscrum-team/console
- Owner: gitscrum-team
- License: mit
- Created: 2020-08-26T08:54:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T00:30:07.000Z (almost 5 years ago)
- Last Synced: 2024-03-28T17:22:20.179Z (about 1 year ago)
- Topics: artisan-command, gitscrum, project-management, scrum
- Language: PHP
- Homepage: https://site.gitscrum.com/
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitScrum Console
## for Laravel Artisan ConsoleManage your project and your team's tasks, all through console commands.
Learn more about the [GitScrum Console ](https://gitscrum.com/labs/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## Installation
You can install the package via composer:
```bash
$ composer require gitscrum/console
```
### Laravel 5.5 and upLaravel 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.