All Projects → apache → Cordova Lib

apache / Cordova Lib

Licence: apache-2.0
Apache Cordova Tooling Library

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cordova Lib

Cordova Android
Apache Cordova Android
Stars: ✭ 3,285 (+1479.33%)
Mutual labels:  hacktoberfest, mobile, cordova
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+538.94%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova App Hello World
Apache Cordova Template App
Stars: ✭ 170 (-18.27%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (+51.44%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Ios
Apache Cordova iOS
Stars: ✭ 2,031 (+876.44%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Js
Apache Cordova JavaScript Bridge
Stars: ✭ 598 (+187.5%)
Mutual labels:  hacktoberfest, mobile, cordova
Presently
Android app for recording gratitude journal entries
Stars: ✭ 109 (-47.6%)
Mutual labels:  hacktoberfest, mobile
Components
MobileUI was created thinking of making your hybrid application faster and smaller since you only install what you are really going to use for UI.
Stars: ✭ 125 (-39.9%)
Mutual labels:  mobile, cordova
Ionic2 Reddit Reader
Ionic 2 Sample App
Stars: ✭ 128 (-38.46%)
Mutual labels:  mobile, cordova
Cordova Browser
Apache Cordova
Stars: ✭ 142 (-31.73%)
Mutual labels:  mobile, cordova
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (-38.46%)
Mutual labels:  mobile, cordova
Cordova Plugin Console
[DEPRECATED] Apache Cordova Plugin console
Stars: ✭ 145 (-30.29%)
Mutual labels:  mobile, cordova
Cordova Plugin Vibration
Apache Cordova Plugin vibration
Stars: ✭ 109 (-47.6%)
Mutual labels:  mobile, cordova
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (+707.21%)
Mutual labels:  hacktoberfest, mobile
Cordova Node Xcode
Apache cordova
Stars: ✭ 128 (-38.46%)
Mutual labels:  mobile, cordova
Ionic Collection
🤘 Looking for about Ionic Framework?
Stars: ✭ 101 (-51.44%)
Mutual labels:  mobile, cordova
Cordova Plugin Globalization
Apache Cordova Plugin globalization
Stars: ✭ 131 (-37.02%)
Mutual labels:  mobile, cordova
Cordova Plugin Screen Orientation
Cordova Plugin Screen Orientation
Stars: ✭ 181 (-12.98%)
Mutual labels:  mobile, cordova
Cordova Plugin Contacts
Apache Cordova Plugin contacts
Stars: ✭ 203 (-2.4%)
Mutual labels:  mobile, cordova
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (-61.06%)
Mutual labels:  mobile, cordova

Build status Build Status Code coverage NPM

cordova-lib

Contains npm modules used primarily by cordova and plugman.

Setup from a cloned repo

  • Clone this repository onto your local machine. git clone https://github.com/apache/cordova-lib.git
  • Install dependencies and npm-link npm install && npm link

Setup from npm

  • npm install cordova-lib

Note: you will likely also want to get github.com/apache/cordova-common, github.com/apache/cordova-create, github.com/apache/cordova-serve which previously lived in this repo but have since been moved.

npm commands

This package exposes the following commands;

  • npm run eslint - runs a linter (eslint) on relevant source and test code
  • npm run unit-tests - runs the unit tests (via jasmine) from the spec/ directory
  • npm run cover - runs istanbul code coverage tool to measure unit test code coverage
  • npm run e2e-tests - runs heavy integration tests from the integration-tests/ directory (WARNING: these take a long time to run and rely on file and network I/O)
  • npm test - shortcut for running the linter, the unit tests and the integration tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].