{"id":41747129,"url":"https://github.com/mlctrez/tigwen","last_synced_at":"2026-01-25T01:04:27.391Z","repository":{"id":57587503,"uuid":"61912122","full_name":"mlctrez/tigwen","owner":"mlctrez","description":"A utility for creating new golang github repositories.","archived":false,"fork":false,"pushed_at":"2024-03-15T22:24:09.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T03:56:35.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlctrez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-06-24T20:59:02.000Z","updated_at":"2024-02-11T21:12:59.000Z","dependencies_parsed_at":"2024-06-20T02:58:05.293Z","dependency_job_id":null,"html_url":"https://github.com/mlctrez/tigwen","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mlctrez/tigwen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Ftigwen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Ftigwen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Ftigwen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Ftigwen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlctrez","download_url":"https://codeload.github.com/mlctrez/tigwen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Ftigwen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28740419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-25T01:04:26.710Z","updated_at":"2026-01-25T01:04:27.387Z","avatar_url":"https://github.com/mlctrez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tigwen\n\nA utility for creating new golang github repositories. It should be executed in the top level of the source tree.\n\nIf `go.mod` exists it will be used to derive the github user and repository name.\n\n```\n# go module example - $SOMEPATH is outside of GOPATH\nmkdir -p $SOMEPATH/github.com/username/module\ncd $SOMEPATH/github.com/username/module\ngo mod init github.com/username/module\ntigwen\n```\n\nIf `go.mod` does *not* exist in the current directory, then the user and repository are derived\nfrom the parent directories.\n\n```\n# gopath example\nmkdir -p $GOPATH/src/github.com/username/module\ncd $GOPATH/src/github.com/username/module\ntigwen\n```\n\nThe path `~/.github_token` must be a one line file containing a [github token](https://github.com/settings/tokens) that\nhas repo create permissions.\n\n* The token must have the prefix `ghp_` which is the default for any recently created tokens.\n\n### Steps that are executed\n\n* A new remote repository is created at github.com/username/module\n* A git repository is initialized in the current directory\n* The files `README.md`, `LICENSE`, and `.gitignore` are added and committed\n* The remote origin is set and the initial commit is pushed\n\n### Assumptions\n\n* Your ssh configuration either: \n  * Has a `Host github.com` entry and IdentityFile to use for github.com \n  * Does not have this entry, `~/.ssh/id_rsa` will be used for authentication.\n* Your known_hosts file has host keys for github.com \n    * See https://github.com/go-git/go-git/issues/411 for information on how to configure known_hosts to work correctly\n      with the go-git / go ssh implementation\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlctrez%2Ftigwen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlctrez%2Ftigwen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlctrez%2Ftigwen/lists"}