{"id":24559496,"url":"https://github.com/emrearmagan/go-repogenerator","last_synced_at":"2026-06-28T05:32:08.414Z","repository":{"id":111474785,"uuid":"190087206","full_name":"emrearmagan/Go-RepoGenerator","owner":"emrearmagan","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-13T23:19:27.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-08T09:54:27.958Z","etag":null,"topics":["automation","generate","github","go","golang","repository","repository-plugin","repository-service"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emrearmagan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-03T21:49:53.000Z","updated_at":"2020-06-02T22:18:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"3874c38a-781b-4566-92e0-ca99d21da373","html_url":"https://github.com/emrearmagan/Go-RepoGenerator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emrearmagan/Go-RepoGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrearmagan%2FGo-RepoGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrearmagan%2FGo-RepoGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrearmagan%2FGo-RepoGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrearmagan%2FGo-RepoGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emrearmagan","download_url":"https://codeload.github.com/emrearmagan/Go-RepoGenerator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrearmagan%2FGo-RepoGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34878963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","generate","github","go","golang","repository","repository-plugin","repository-service"],"created_at":"2025-01-23T06:16:45.418Z","updated_at":"2026-06-28T05:32:08.397Z","avatar_url":"https://github.com/emrearmagan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Repo Generator\nCreates a repository for you on github using Chromedp and opens it with your given IDE.\n\n## Installation\nThe easiest way to use the HVV API in your Go project is to install it using **go get**:\n```go\ngo get https://github.com/emrearmagan/Go-RepoGenerator\n```\nBefore running, you should set the config values in **config.go**\n```go\nfunc GetConfig() *config {\n\treturn \u0026config{\n\t\tWorkingDirectory: \"/Users/your/work/space/src/\",\n\t\tGitUrl:           \"https://github.com\",\n\t\tUsername:         \"USERNAME\",\n\t\tPassword:         \"PASSWORD\",\n\t\tIDE:              \"/usr/local/bin/goland\",\n\t}\n}\n```\n\n## Usage\n\n* Go to your home directory using ```cd ~```\n* Create a new bash script with touch ```.my_commands.sh```\n\nOpen the file you've just created in any text editor you like and paste the following code:\n\n```\n#!/bin/bash\n\n#Creates a Git Repository\nfunction init() {\n  cd ~/path/to-your-work/space/Go-RepoGenerator\n  go run main.go $1 \n  cd ~/path/to-your-work/space/$1\n}\n```\n\n* nano ~/.bash_profile and paste the following code: ```source ~/.my_commands.sh```\n* Run ```init your_repository_name``` and it will automatically create and init a git repository for you :) \n\n## Author\nEmre Armagan, emre.armagan@hotmail.de","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrearmagan%2Fgo-repogenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrearmagan%2Fgo-repogenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrearmagan%2Fgo-repogenerator/lists"}