Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

cozy-labs/cozy-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cozy-hub

Some tools to ease our daily interactions with Github

Installation

The script need an access token. Follow this documentation to get one, then create a config.json file:

{
    "token": "xxxx"
}

Usage

cozhub will list all available commands. cozhub cmd --help lists all options availables for this command.

Generate release note

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 is cozy).

List repositories where developtment branch is ahead of master

In fact, this will only compare date of last commit in development and master branches.

cozhub compare

About

Some tools to ease our daily interactions with Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published