{"id":16931807,"url":"https://github.com/mjarkk/gorun","last_synced_at":"2025-03-21T03:27:35.927Z","repository":{"id":86742571,"uuid":"240300499","full_name":"mjarkk/gorun","owner":"mjarkk","description":"Run all your micro services at once","archived":false,"fork":false,"pushed_at":"2020-02-20T17:23:07.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-15T10:06:38.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjarkk.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":"2020-02-13T15:57:23.000Z","updated_at":"2024-06-19T07:13:00.584Z","dependencies_parsed_at":"2023-03-08T08:30:43.986Z","dependency_job_id":null,"html_url":"https://github.com/mjarkk/gorun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjarkk%2Fgorun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjarkk%2Fgorun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjarkk%2Fgorun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjarkk%2Fgorun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjarkk","download_url":"https://codeload.github.com/mjarkk/gorun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244730947,"owners_count":20500559,"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":[],"created_at":"2024-10-13T20:44:46.242Z","updated_at":"2025-03-21T03:27:35.907Z","avatar_url":"https://github.com/mjarkk.png","language":"Go","readme":"# `gorun` - run all the GO things at once\n\nDo you have a shitload of **GO** microservices all part of 1 project?  \nWell in that case this program can solve the problem of 20 open terminal tabs. \n\n### Install\n```sh\ngo install github.com/mjarkk/gorun@master\n```\n\n### Create a config\nCreate a file named `.gorun` or in the parrent dir create a file with the name of the folder with a `.` before it,  \nAdd a config like this:\n```json\n{\n  \"\": {\n    \"server\": \".\",\n    \"email\": \"workers/email/Email.go\",\n    \"notifi\": \"workers/notifications/Notifications.go\",\n    \"paymnt\": \"workers/payments/Payments.go --mock\",\n    \"export\": \"ALLOW_EXPERIMENTAL=true workers/exports/Exports.go\",\n    \"images\": \"$ some_non_go_program\",\n  }\n}\n```\nNow when you execute `gorun`, it will run the programs spesified above in paralel and add a prefix to the console output of every program.  \n\n### Custom config\nYou can also add custom configs like this:\n```json\n{\n  \"minimal\": {\n    \"server\": \".\",\n    \"notifi\": \"workers/notifications/Notifications.go\",\n  }\n}\n```\nAnd use the config via `gorun minimal`\n\n### Program `program_name_here` it's output is now broken, will you fix it?\nTL;DR: No,  \nButtt, if it fixes the output for a lot of things maybe.  \nThe main purpose of this program is to run a lot of little microservices that just log garbage and to know from which micro service came the log.  \nThis is not made for programs that use special printing tricks\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjarkk%2Fgorun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjarkk%2Fgorun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjarkk%2Fgorun/lists"}