Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meteor/cordova-lib-npm


https://github.com/meteor/cordova-lib-npm

cordova hacktoberfest meteor

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# cordova-lib
Contains npm modules used primarily by [cordova](https://github.com/apache/cordova-cli/) and [plugman](https://github.com/apache/cordova-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`