tree: d49692e5ddd27bbc9f38054d96552ae7505b2a6f [path history] [tgz]
  1. spec-cordova/
  2. spec-plugman/
  3. src/
  4. templates/
  5. .jscs.json
  6. .jshintignore
  7. .npmignore
  8. .ratignore
  9. cordova-lib.js
  10. package.json
  11. README.md
  12. RELEASENOTES.md
cordova-lib/README.md

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