{"id":15380589,"url":"https://github.com/coryrylan/arbor","last_synced_at":"2026-04-29T19:03:59.993Z","repository":{"id":70241241,"uuid":"160752078","full_name":"coryrylan/arbor","owner":"coryrylan","description":"A CLI tool to build projects across several platforms in parallel ","archived":false,"fork":false,"pushed_at":"2018-01-25T06:38:30.000Z","size":454,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T23:19:41.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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/coryrylan.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":"2018-12-07T01:05:03.000Z","updated_at":"2018-12-07T01:05:06.000Z","dependencies_parsed_at":"2023-03-22T08:03:36.584Z","dependency_job_id":null,"html_url":"https://github.com/coryrylan/arbor","commit_stats":{"total_commits":173,"total_committers":3,"mean_commits":"57.666666666666664","dds":0.3179190751445087,"last_synced_commit":"44900d1d8c213cbc19d14588571d345fc2e55f53"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/coryrylan/arbor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Farbor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Farbor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Farbor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Farbor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coryrylan","download_url":"https://codeload.github.com/coryrylan/arbor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryrylan%2Farbor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-01T14:23:58.232Z","updated_at":"2026-04-29T19:03:59.958Z","avatar_url":"https://github.com/coryrylan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arbor\n[![Build Status](https://api.travis-ci.org/vintage-software/arbor.svg?branch=master)](https://travis-ci.org/vintage-software/arbor)\n[![npm version](https://badge.fury.io/js/arbor.svg)](https://badge.fury.io/js/arbor)\n\nA CLI tool to build projects across several platforms in parallel.\n\n\u003cimg src=\"https://raw.githubusercontent.com/vintage-software/arbor/master/src/web/assets/icons/android-chrome-192x192.png\" alt=\"Arbor\" width=\"200\" /\u003e\n\nRun `npm install -g arbor` to install. Create a `arbor.json` file with specified tasks.\nRun `arbor run build` command, this will run the build task of all project recursively in the directory.\nEx: `cd repos \u0026\u0026 arbor run build` builds all of the repos/projects in `repos` directory.\n\n- `npm install \u0026\u0026 npm start` to start project\n- run `npm link` to link to global `arbor` see: [https://docs.npmjs.com/cli/link](https://docs.npmjs.com/cli/link)\n\n## Example arbor.json\n``` javascript\n{\n  \"name\": \"My Node Project\",\n  \"tasks\": {\n    \"build\": \"npm run build\",\n    \"test\": \"npm run test\"\n  }\n}\n```\n\n``` javascript\n{\n  \"name\": \"My .NET Project\",\n  \"tasks\": {\n    \"build\": \"msbuild\",\n  }\n}\n```\n\n### Multiple projects per configuration\n\n``` javascript\n[\n  {\n    \"name\": \"product api\",\n    \"tasks\": {\n      \"build\": \"msbuild /v:q\",\n      \"build--prod\": \"msbuild /p:configuration=release /v:q\"\n    }\n  },\n  {\n    \"name\": \"product website\",\n    \"tasks\": {\n      \"build\": [\n        { \"status\": \"installing\", \"command\": \"npm install\", \"cwd\": \"./web\" },\n        { \"status\": \"building\", \"command\": \"npm run build\", \"cwd\": \"./web\" }\n      ],\n      \"build--prod\": [\n        { \"status\": \"installing\", \"command\": \"npm install\", \"cwd\": \"./web\" },\n        { \"status\": \"building\", \"command\": \"npm run build--prod\", \"cwd\": \"./web\" }\n      ]\n    }\n  }\n]\n```\n\n![CLI](arbor.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryrylan%2Farbor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoryrylan%2Farbor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryrylan%2Farbor/lists"}