Acacha\Llum\Github\GithubAPI::compileStub PHP Method

compileStub() protected method

Compile stub.
protected compileStub ( $repo_name, $repo_description ) : mixed
$repo_name
$repo_description
return mixed
    protected function compileStub($repo_name, $repo_description)
    {
        $data = ["REPO_NAME" => $repo_name, "REPO_DESCRIPTION" => $repo_description];
        return $this->compile($this->filesystem->get($this->repo_json_stub()), $data);
    }