mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
.. | ||
node_modules | ||
src | ||
.jscs.json | ||
.jshintignore | ||
.npmignore | ||
.ratignore | ||
cordova-common.js | ||
package.json | ||
README.md | ||
RELEASENOTES.md |
cordova-common
Contains shared classes and routines used by cordova-lib and platforms.
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-common directory.
cd cordova-lib/cordova-common
- Install dependencies and npm-link
npm install && npm link
- Navigate to cordova-lib directory and link cordova-common
cd ../cordova-lib && npm link cordova-common && npm install