Some tools to ease our daily interactions with Github
The script need an access token. Follow this documentation to get one, then create a config.json
file:
{
"token": "xxxx"
}
cozhub
will list all available commands. cozhub cmd --help
lists all options availables for this command.
cozhub release --since 2015-09-01 > note.jade
Available options:
--repo cozy-emails
to limit output to one repository;--user cozy-labs
to list repositories of another user (default iscozy
).
In fact, this will only compare date of last commit in development and master branches.
cozhub compare