The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ph - Github CLI client

SYNOPSIS

    $ ph info mattn gal-vim
    $ ph clone mattn gal-vim
    $ ph import

DESCRIPTION

ph is yet another Github CLI client.

SUB COMMANDS

ph import

    % ph import

This command import current directory to the github.

ph fork

    % ph fork tokuhirom Minilla

This command forks the repository to your github account.

ph info

   % ph info mattn gal-vim

This command displays information of the repository.

ph help

    % ph help

Shows this help page.

ph all

    % ph all $USERNAME

Clone all repository in your account

ph issues

    % ph issues

Show list of issues for current project.