{"id":13532487,"url":"https://github.com/Akryum/monorepo-run","last_synced_at":"2025-04-01T20:32:13.722Z","repository":{"id":45791270,"uuid":"216647036","full_name":"Akryum/monorepo-run","owner":"Akryum","description":"Run scripts in monorepo with colors, streaming and separated panes","archived":true,"fork":false,"pushed_at":"2021-08-11T14:39:54.000Z","size":563,"stargazers_count":185,"open_issues_count":15,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-17T21:33:29.980Z","etag":null,"topics":["lerna","monorepo","script"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Akryum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["Akryum"]}},"created_at":"2019-10-21T19:18:19.000Z","updated_at":"2023-12-29T00:05:50.000Z","dependencies_parsed_at":"2022-07-16T16:00:36.984Z","dependency_job_id":null,"html_url":"https://github.com/Akryum/monorepo-run","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fmonorepo-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fmonorepo-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fmonorepo-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akryum%2Fmonorepo-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akryum","download_url":"https://codeload.github.com/Akryum/monorepo-run/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709923,"owners_count":20821297,"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":["lerna","monorepo","script"],"created_at":"2024-08-01T07:01:11.281Z","updated_at":"2025-04-01T20:32:08.711Z","avatar_url":"https://github.com/Akryum.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Akryum"],"categories":["仓库管理工具"],"sub_categories":[],"readme":"# monorepo-run\nRun scripts in monorepo with colors, streaming and separated panes\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./mono-run.png\" alt=\"Mono run screenshot\"\u003e\n\u003c/p\u003e\n\n## Installation\n\n```bash\nyarn global add monorepo-run\n```\n\nOr locally in your project:\n\n```bash\nyarn add -D monorepo-run\n```\n\n## Usage\n\nExecute `mono-run \u003cscript\u003e` to run a NPM script in your monorepo packages.\n\nBy default it will understand Yarn workspaces.\n\nTo display the command help, use:\n\n```bash\nmono-run --help\n```\n\n### UI\n\nEnable UI layouts with the `--ui` flag:\n\n```bash\nmono-run lint --ui row\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./mono-run-ui.png\" alt=\"Mono run UI screenshot\"\u003e\n\u003c/p\u003e\n\n### Streaming\n\nBy default, `mono-run` will wait for scripts to complete before displaying the outputs. If you want to get the output as soon as it's written instead, specify the `--stream` flag:\n\n```bash\nmono-run dev --stream\n```\n\nYou can throttle the output so it's less overwelming in case there are a lot of writes:\n\n```bash\n# Throttle every 500ms\nmono-run dev --stream 500\n```\n\n## Examples\n\nIn your `package.json`:\n\n```json\n{\n  \"scripts\": {\n    \"dev\": \"mono-run dev --stream 500\",\n    \"lint\": \"mono-run lint\",\n    \"test\": \"mono-run test\"\n  }\n}\n```\n\n## Sponsors\n\n[![sponsors logos](https://guillaume-chau.info/sponsors.png)](https://guillaume-chau.info/sponsors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAkryum%2Fmonorepo-run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAkryum%2Fmonorepo-run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAkryum%2Fmonorepo-run/lists"}