Standup

This gem is a simple binary to help you generate reports of your work.

Usage

Simply,

gem install standup

And you are good to go via

> standup --username <gitlab_username>
----- DONE -----
A Merge Request title 1 (project_name1)
A Merge request title 2 (project_name2)
----------------

--- REVIEWED ---
A reviewed merge request title 1 (project_name2)
----------------

Forgot a standup two days ago? Just

standup --from 2017-02-01 --to 2017-02-02 --username <gitlab_username>

Integrations

For now, only Gitlab's API.

License

MIT Licensed © Capitaine Train SAS