Update platforms-release-process.md

 This closes #127
1 file changed
tree: 8c09ca5c3a215687231a887272cc06d6b027ca59
  1. docs/
  2. src/
  3. test/
  4. .gitattributes
  5. .gitignore
  6. .jshintrc
  7. .travis.yml
  8. appveyor.yml
  9. coho
  10. coho.cmd
  11. CONTRIBUTING.md
  12. LICENSE
  13. NOTICE
  14. package.json
  15. README.md
README.md

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