Build Status Build Status

COHO

This repository has the following purposes:

  1. To hold committer-relevant documentation

  2. To hold release automation scripts

  • e.g. coho create-archive && coho verify-archive
  • e.g. CrowdIn scripts
  1. To hold generally useful dev scripts
  • e.g. coho repo-clone
  • e.g. coho --help

How to Install Node:

Easiest way on OS X & Linux: https://github.com/creationix/nvm

Easiest way on Win: http://nodejs.org/

How to Clone & Use coho

mkdir -p cordova
cd cordova
git clone https://git-wip-us.apache.org/repos/asf/cordova-coho.git
cd cordova-coho
npm install
npm link # Might need sudo for some configurations
coho --help

How to Clone Other Repos

coho repo-clone -r plugins -r tools -r android -r ios -r ...
coho npm-link