{"id":14987980,"url":"https://github.com/apache/cordova-coho","last_synced_at":"2025-04-12T21:21:54.710Z","repository":{"id":5687996,"uuid":"6898375","full_name":"apache/cordova-coho","owner":"apache","description":"Apache Cordova coho","archived":false,"fork":false,"pushed_at":"2025-03-28T22:17:27.000Z","size":2560,"stargazers_count":32,"open_issues_count":18,"forks_count":63,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-04T19:02:35.258Z","etag":null,"topics":["cordova","cplusplus","csharp","java","javascript","library","mobile","nodejs","objective-c"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2012-11-28T08:00:17.000Z","updated_at":"2025-03-28T22:17:28.000Z","dependencies_parsed_at":"2024-01-25T23:04:29.856Z","dependency_job_id":"b1d092a9-1cef-4ebc-bf28-a76b82f5652a","html_url":"https://github.com/apache/cordova-coho","commit_stats":{"total_commits":995,"total_committers":71,"mean_commits":"14.014084507042254","dds":0.7959798994974874,"last_synced_commit":"53ac7adaf3d7d068130a5204f48ffdbcbebe260c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-coho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-coho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-coho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fcordova-coho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/cordova-coho/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525744,"owners_count":21118744,"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":["cordova","cplusplus","csharp","java","javascript","library","mobile","nodejs","objective-c"],"created_at":"2024-09-24T14:15:54.299Z","updated_at":"2025-04-12T21:21:54.679Z","avatar_url":"https://github.com/apache.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements.  See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership.  The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License.  You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n#  KIND, either express or implied.  See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n--\u003e\n\n[![Node CI](https://github.com/apache/cordova-coho/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-coho/actions?query=branch%3Amaster)\n[![codecov.io](https://codecov.io/github/apache/cordova-coho/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-coho?branch=master)\n\n\n# Cordova Coho\n\n\u003e Command line tool for Apache Cordova contributors to manage [Apache Cordova](http://cordova.apache.org) repositories, and to help with releases and pull requests.\n\nThis repository has the following purposes:\n\n1. To hold committer-relevant [documentation](docs/)\n2. To hold release automation scripts\n   - e.g. `coho create-archive \u0026\u0026 coho verify-archive`\n3. To hold generally useful dev scripts\n   - e.g. `coho repo-clone`\n   - e.g. `coho --help`\n\n## Node.js is a pre-requisite:\n\nEasiest way on OS X \u0026 Linux: \n    [https://github.com/creationix/nvm](https://github.com/creationix/nvm)\n\nEasiest way on Windows:\n    [http://nodejs.org/](http://nodejs.org/)\n\n## Installation\n\n### Via `npm`\n\n```bash    \nnpm install -g cordova-coho\ncoho\n```    \n\nOn Mac OS X / Linux, if you didn't use a node version manager like `nvm` or `n`, you might have to run the command using `sudo`.    \n\n### Alternately, you could also clone \u0026 use `coho`\n\n```bash\nmkdir -p cordova\ncd cordova\ngit clone https://github.com/apache/cordova-coho\ncd cordova-coho\nnpm install\nnpm link # Might need sudo for some configurations\ncoho\n```\n\nOr you can just call coho directly in your clone:\n```bash\nC:\\Projects\\Cordova\\cordova-coho\\coho.cmd\n```\n\n## Cloning/Updating Cordova repositories\n\n```bash\ncoho repo-update -g -r all\n```\n\n`repo-update` will clone a repo if it is missing -- if it exists, it updates it.\n\nThe `all` repo id will clone **all** Apache Cordova repositories into the current working directory. \n\n## Docs\n\n    coho --help\n\nor if you know the command:\n\n\n    coho [command] --help   \n\nFor example:\n\n    coho repo-clone --help\n\nTo see valid repo ids and repo group ids for use with Coho, use the `list-repos` command:\n\n    coho list-repos    \n\n### Note about global context\n\nBy default `coho` is executed in the parent of where it is installed or checked out (since coho was originally designed for use in another context where this was needed). To work in a global context, meaning the current folder where you are executing `coho`, most commands require you to use the `-g` or `--global` flag. To make this more obvious, all commands first output their current working directory: `Running from ...`.\n\n## Contributing\n\nCordova is an open source Apache project and contributors are needed to keep this project moving forward. Learn more on \n[how to contribute on our website](https://cordova.apache.org/contribute). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-coho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fcordova-coho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fcordova-coho/lists"}