{"id":16861247,"url":"https://github.com/rumpl/mod","last_synced_at":"2025-10-15T09:17:57.043Z","repository":{"id":57537017,"uuid":"265656275","full_name":"rumpl/mod","owner":"rumpl","description":"A better `go mod init`","archived":false,"fork":false,"pushed_at":"2022-03-21T13:39:06.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T14:51:18.783Z","etag":null,"topics":[],"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/rumpl.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}},"created_at":"2020-05-20T18:40:54.000Z","updated_at":"2022-03-21T13:32:21.000Z","dependencies_parsed_at":"2022-08-29T00:31:06.944Z","dependency_job_id":null,"html_url":"https://github.com/rumpl/mod","commit_stats":null,"previous_names":["rumpl/mod-init"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rumpl/mod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fmod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fmod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fmod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fmod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpl","download_url":"https://codeload.github.com/rumpl/mod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fmod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279065974,"owners_count":26096202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":[],"created_at":"2024-10-13T14:30:44.258Z","updated_at":"2025-10-15T09:17:57.001Z","avatar_url":"https://github.com/rumpl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mod\n\n![ci](https://github.com/rumpl/mod/workflows/ci/badge.svg)\n[![codecov.io](https://codecov.io/github/rumpl/mod/coverage.svg?branch=master)](https://codecov.io/github/rumpl/mod?branch=master)\n\nA better `go mod init`.\n\nThis little tool will help you initialize a go project with go modules. This is what it does:\n\n* initializes go with modules\n* creates a simple Makefile\n* creates a \"Hello World\" main.go file\n* creates a README file\n* initializes a git repository\n\n## Intallation\n\n```\ngo get -u github.com/rumpl/mod\n```\n\n## Usage\n\n```\n$ mod init awesome-project\nAll done, happy hacking!\n\n$ ls -l awesome-project\ntotal 32\n-rw-r--r--  1 djordjelukic  staff  41 May 20 20:38 Makefile\n-rw-r--r--  1 djordjelukic  staff   7 May 20 20:38 README.md\n-rw-r--r--  1 djordjelukic  staff  38 May 20 20:38 go.mod\n-rw-r--r--  1 djordjelukic  staff  72 May 20 20:38 main.go\n```\n\n## License\n\n[MIT](https://rumpl.mit-license.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fmod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpl%2Fmod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fmod/lists"}