{"id":17979783,"url":"https://github.com/yuribrunetto/create-go-app","last_synced_at":"2025-04-04T01:13:08.052Z","repository":{"id":231687317,"uuid":"780901912","full_name":"YuriBrunetto/create-go-app","owner":"YuriBrunetto","description":"Minor CLI tool to create a simple Go project folder structure","archived":false,"fork":false,"pushed_at":"2024-04-05T12:06:06.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T12:43:51.744Z","etag":null,"topics":["cli","go","golang","tool"],"latest_commit_sha":null,"homepage":"","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/YuriBrunetto.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":"2024-04-02T11:30:11.000Z","updated_at":"2024-04-05T10:00:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6e741ba-e43b-4c43-9a3a-5da9f440f823","html_url":"https://github.com/YuriBrunetto/create-go-app","commit_stats":null,"previous_names":["yuribrunetto/create-go-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriBrunetto%2Fcreate-go-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriBrunetto%2Fcreate-go-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriBrunetto%2Fcreate-go-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuriBrunetto%2Fcreate-go-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuriBrunetto","download_url":"https://codeload.github.com/YuriBrunetto/create-go-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103307,"owners_count":20884023,"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","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":["cli","go","golang","tool"],"created_at":"2024-10-29T17:39:56.790Z","updated_at":"2025-04-04T01:13:08.033Z","avatar_url":"https://github.com/YuriBrunetto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-go-app 🪤\n\n\u003e Minor CLI tool to create a simple Go project folder structure with `Makefile`\n\n## Why?\n\nSimply because it got boring to always have to create by hand a new folder with the necessary files and commands inside `Makefile`. And of course, for study reasons 🤓\n\n# Usage\n\n```bash\n$ create-go-app your-app\n```\n\n## The structure\n\n```\nyour-app\n├── Makefile\n└── main.go\n```\n\nAnd the `Makefile` will look with something like this:\n\n```Makefile\nbuild:\n\t@go build -o bin/your-app\n\nrun: build\n\t@./bin/your-app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuribrunetto%2Fcreate-go-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuribrunetto%2Fcreate-go-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuribrunetto%2Fcreate-go-app/lists"}