0.2.0 • Published 10 years ago

xsrc v0.2.0

Weekly downloads
3
License
apachev2
Repository
github
Last release
10 years ago

COHO

Coho is a script that contains commands that make it easier to work with Cordova's many repositories.

Prerequisites

  • Have node installed
  • Must have git setup
  • Must install node dependencies via npm install

If you get the error: Error: Cannot find module 'optimist' then you haven't run npm install yet.

Suggested way to install node is to use nvm:

curl https://raw.github.com/creationix/nvm/master/install.sh | sh
source ~/.bash_profile
nvm install 0.10
nvm alias default 0.10

Getting Coho

mkdir cordova && cd cordova && git clone https://git-wip-us.apache.org/repos/asf/cordova-coho.git

Usage

./coho --help

Examples

./cordova-coho/coho repo-clone -r plugins -r mobile-spec -r android -r ios -r cli

./cordova-coho/coho repo-update -r auto

./cordova-coho/coho foreach -r plugins "git checkout master"

./cordova-coho/coho foreach -r plugins "git clean -fd"

./cordova-coho/coho list-repos

./cordova-coho/coho last-week --me

0.2.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.21

10 years ago

0.0.20

10 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

11 years ago

0.0.12

11 years ago

0.0.11

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago