Acacha\Llum\Console\GithubInitCommand::getRepoURL PHP Method

getRepoURL() public method

Get github repo URL.
public getRepoURL ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : string
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return string
    public function getRepoURL(InputInterface $input, OutputInterface $output)
    {
        return '[email protected]:' . $this->gitHubUsername($input, $output) . '/' . $this->repoName($input) . '.git';
    }