CB-7661 Updated version and RELEASENOTES.md for release 3.7.0
2 files changed
tree: 70df595a2c92add2a2bccb895fe0fbb2251aaaf8
  1. .idea/
  2. cordova-lib/
  3. .gitignore
  4. .npmignore
  5. .reviewboardrc
  6. .travis.yml
  7. appveyor.yml
  8. CONTRIBUTING.md
  9. LICENSE
  10. NOTICE
  11. README.md
README.md

Build status Build Status npm version
BuildBot waterfall with cordova-mobile-spec running on real Android and iOS devices.

cordova-lib

Contains npm modules used primarily by cordova and plugman.

Setup

  • Clone this repository onto your local machine. git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git
  • In terminal, navigate to the inner cordova-lib directory. cd cordova-lib/cordova-lib
  • Install dependencies and npm-link npm install && npm link
  • Navigate to CLI and Plugman directories and link cordova-lib cd ../../cordova-cli && npm link cordova-lib && npm install cd ../../cordova-plugman && npm link cordova-lib && npm install