CB-7988 Updated version and RELEASENOTES.md for release 4.1.2
2 files changed
tree: ef3100c43f1a1343eee08a695d8eecbd7dec6ee2
  1. cordova-lib/
  2. .gitignore
  3. .npmignore
  4. .reviewboardrc
  5. .travis.yml
  6. appveyor.yml
  7. CONTRIBUTING.md
  8. LICENSE
  9. NOTICE
  10. 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