Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meteor/cordova-lib-npm
- Owner: meteor
- Created: 2014-08-23T01:29:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T01:14:38.000Z (almost 3 years ago)
- Last Synced: 2024-09-29T10:04:55.813Z (about 2 months ago)
- Topics: cordova, hacktoberfest, meteor
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 4
- Watchers: 17
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`