Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwbrooks/incubator-cordova-coho
Mirror of Apache Cordova coho
https://github.com/mwbrooks/incubator-cordova-coho
Last synced: 18 days ago
JSON representation
Mirror of Apache Cordova coho
- Host: GitHub
- URL: https://github.com/mwbrooks/incubator-cordova-coho
- Owner: mwbrooks
- License: apache-2.0
- Created: 2012-08-30T23:11:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-30T23:17:58.000Z (over 12 years ago)
- Last Synced: 2024-10-28T21:11:03.030Z (2 months ago)
- Language: JavaScript
- Size: 777 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
COHO
=======Coho is a script that automates the release process for building Apache Cordova releases.
Prerequisites
-------------
- Must be run on a Mac with Lion installed
- Have node installed (v 6.6+)
- Must have git setup
- Install joDoc
- Have perl 5.8+
- Clone [joDoc](http://github.com/davebalmer/jodoc)git clone http://github.com/davebalmer/joDoc.git
- Add joDoc/ to your path
Open `~/.bashrc` or `~/.profile` (or whatever you use)
export PATH=$PATH:~/path/to/joDoc/
- Install markdown
# Use your package manager
brew install markdown
port install markdown
aptitude install markdown- Install nokogiri (Ruby HTML parser)
gem install nokogiri
- Install json (Ruby JSON parser)
gem install json
- Install android
- Install gpgUsage
-----
coho all 1.8.0 1.7.0
// creates temp/release directory which contains bin folder, changelog, doc folder, KEYS, and src folder.
make
// runs coho 1.8.0 1.3.0 and the unit tests
Issues
------Please file all issues at https://issues.apache.org/jira/browse/CB