{"id":18027043,"url":"https://github.com/nrigaudiere/yarn-recursive","last_synced_at":"2025-03-27T01:31:34.087Z","repository":{"id":44977802,"uuid":"106282965","full_name":"nrigaudiere/yarn-recursive","owner":"nrigaudiere","description":"Recursively run yarn in a folder","archived":false,"fork":false,"pushed_at":"2024-02-26T21:06:55.000Z","size":54,"stargazers_count":7,"open_issues_count":6,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T21:09:43.802Z","etag":null,"topics":["installer","recursive","yarn"],"latest_commit_sha":null,"homepage":null,"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/nrigaudiere.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-10-09T12:49:45.000Z","updated_at":"2024-01-31T04:26:04.000Z","dependencies_parsed_at":"2024-06-21T13:11:20.955Z","dependency_job_id":"07a79a30-1f84-46d2-ac75-131a61655cb4","html_url":"https://github.com/nrigaudiere/yarn-recursive","commit_stats":{"total_commits":25,"total_committers":5,"mean_commits":5.0,"dds":0.56,"last_synced_commit":"5f770c2b5bdcb64ec0fa0799ab269082a6ffcae1"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Fyarn-recursive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Fyarn-recursive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Fyarn-recursive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrigaudiere%2Fyarn-recursive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nrigaudiere","download_url":"https://codeload.github.com/nrigaudiere/yarn-recursive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245764740,"owners_count":20668469,"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":["installer","recursive","yarn"],"created_at":"2024-10-30T08:09:28.109Z","updated_at":"2025-03-27T01:31:33.814Z","avatar_url":"https://github.com/nrigaudiere.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yarn-recursive\n\n##### Recursively run yarn in a folder\n\nTakes your tree and checks for package.json in every folder and runs `yarn` in every folder.\n\n### Arguments\n\nYou can add arguments when running the command\n\n```\n$ yarn-recursive --cmd upgrade\nyarn upgrade v1.1.0\nsuccess All of your dependencies are up to date.\nDone in 0.22s.\n\nCurrent yarn path: YOUR_PATH/yarn-recursive/package.json...\nEnd of yarns\n\n```\n\n```\n$ yarn-recursive --cmd upgrade --opt \u003cpackage-name\u003e\n```\n\n### Skip root\n\nIf you want to skip the root directory of your project, add the `--skipRoot` option:\n\n```\n$ yarn-recursive --skipRoot --cmd test\n```\n\nThis is useful if, for example, you want to run yarn-recursive from a script in your root\npackage.json, which would otherwise cause infinite recursion.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrigaudiere%2Fyarn-recursive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrigaudiere%2Fyarn-recursive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrigaudiere%2Fyarn-recursive/lists"}