It keeps track of what you do, and later tells you what you did
For right now it installs and enables a global githook that keeps track of any commit you make to any git repository, and outputs that information for the past week when you run the command.
You install it anywhere you like by git cloning it and then adding the path to the bin directory to your PATH variable
however you so choose to do that. Finally do composer install in the app directory.
After that just run myweek from the cli.
- php version 7.4 or higher
- composer
- Linux probably? It should work on mac. It probably won't run on windows though.
- git is a requirement until provider configuration is implemented
@see /TODO.md
Implement \MyWeek\App\Api\EventProviderInterface and add your provider to the app by adding a yield statement in the
\MyWeek\App\Services\EventProviderProvider service.
Just don't break the law by ignoring the GPL.
No