{"id":18776253,"url":"https://github.com/tgrziminiar/clean-arch-go-generator","last_synced_at":"2025-08-01T04:33:18.445Z","repository":{"id":218744294,"uuid":"746770357","full_name":"TGRZiminiar/clean-arch-go-generator","owner":"TGRZiminiar","description":"Generator Shell script for Golang clean architecture","archived":false,"fork":false,"pushed_at":"2024-01-28T15:33:17.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T03:38:49.326Z","etag":null,"topics":["clean-architecture","go","golang","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/TGRZiminiar.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-01-22T16:35:12.000Z","updated_at":"2024-01-23T14:59:12.000Z","dependencies_parsed_at":"2024-11-07T19:47:11.739Z","dependency_job_id":"c50abeae-b6e2-470c-9422-9407fc48c023","html_url":"https://github.com/TGRZiminiar/clean-arch-go-generator","commit_stats":null,"previous_names":["tgrziminiar/clean-arch-go-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TGRZiminiar/clean-arch-go-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fclean-arch-go-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fclean-arch-go-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fclean-arch-go-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fclean-arch-go-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TGRZiminiar","download_url":"https://codeload.github.com/TGRZiminiar/clean-arch-go-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TGRZiminiar%2Fclean-arch-go-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171020,"owners_count":24207407,"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-08-01T02:00:08.611Z","response_time":67,"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":["clean-architecture","go","golang","shell"],"created_at":"2024-11-07T19:45:35.708Z","updated_at":"2025-08-01T04:33:18.392Z","avatar_url":"https://github.com/TGRZiminiar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Shell script to generate clean architecture golang pattern\n\n### 1. Setup your Go project\n```\ngo mod init {project module name}\n```\n\n### 2. Run Generate base script\n```\nchmod +x generate-base.sh\n./generate-base.sh\n```\n\n### 3. Install libraly as need\n```\ngo get github.com/joho/godotenv\n```\n\n### 4. Import every library into the file and save every file\n\n### 5. Generate a module\nThis script can recieve 1 argument that going to be the module name\n```\nchmod +x generate-module.sh\n./generate-module.sh {module name}\n```\n\n### 6. Import the library following this file priority\n1. modules/product/productRepository/productRepository.go\n2. modules/product/productUsecase/productUsecase.go\n3. modules/product/productHttpHandler/productHttpHandler.go\n4. server/product.go","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrziminiar%2Fclean-arch-go-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgrziminiar%2Fclean-arch-go-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgrziminiar%2Fclean-arch-go-generator/lists"}