All Projects → beevelop → docker-cordova

beevelop / docker-cordova

Licence: MIT license
🗿 Docker image for Cordova (with Node.js & Android)

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-cordova

cordova-plugin-1password
Plugin for adding 1Password App Extension into Cordova/PhoneGap Apps
Stars: ✭ 12 (-83.33%)
Mutual labels:  cordova, phonegap
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-73.61%)
Mutual labels:  cordova, phonegap
Cordova Plugin Tensorflow
On-device image recognition via TensorFlow/Inception. For Cordova/PhoneGap.
Stars: ✭ 51 (-29.17%)
Mutual labels:  cordova, phonegap
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+998.61%)
Mutual labels:  cordova, phonegap
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (+77.78%)
Mutual labels:  cordova, phonegap
Cordova Plugin Linkedin
Cordova plugin for LinkedIn
Stars: ✭ 17 (-76.39%)
Mutual labels:  cordova, phonegap
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (-8.33%)
Mutual labels:  cordova, phonegap
Toast Phonegap Plugin
🍻 A Toast popup plugin for your fancy Cordova app
Stars: ✭ 503 (+598.61%)
Mutual labels:  cordova, phonegap
Intercom Cordova
Cordova/PhoneGap plugin for Intercom
Stars: ✭ 88 (+22.22%)
Mutual labels:  cordova, phonegap
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (+12.5%)
Mutual labels:  cordova, phonegap
Cordova Admob Pro
🔥 Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (+858.33%)
Mutual labels:  cordova, phonegap
Onesignal Cordova Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Stars: ✭ 214 (+197.22%)
Mutual labels:  cordova, phonegap
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (+775%)
Mutual labels:  cordova, phonegap
Blinkid Cordova
ID scanning for cross-platform apps built with Cordova and Phonegap.
Stars: ✭ 44 (-38.89%)
Mutual labels:  cordova, phonegap
Cordova Plugin Googleplus
➕ Cordova plugin to login with Google Sign-In on iOS and Android
Stars: ✭ 537 (+645.83%)
Mutual labels:  cordova, phonegap
Cordova Plugin Getuisdk
个推官方提供的推送SDK PhoneGap(Cordova) 插件(支持 Android & iOS)
Stars: ✭ 65 (-9.72%)
Mutual labels:  cordova, phonegap
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+22900%)
Mutual labels:  cordova, phonegap
Corber
CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova
Stars: ✭ 327 (+354.17%)
Mutual labels:  cordova, phonegap
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (+5.56%)
Mutual labels:  cordova, phonegap
Cordova Plugin Googlemaps
Google Maps plugin for Cordova
Stars: ✭ 1,647 (+2187.5%)
Mutual labels:  cordova, phonegap

GitHub Workflow Status Docker Pulls Docker Stars Docker Image Size (tag) License GitHub release GitHub Release Date CalVer Beevelop

Cordova 11

based on beevelop/android-nodejs


Pull from Docker Hub

docker pull beevelop/cordova:latest

Or build from GitHub

docker build -t beevelop/cordova github.com/beevelop/docker-cordova

Run image

docker run -it beevelop/cordova bash

Or use it as a base image

FROM beevelop/cordova:latest

Releases

Releases follow CalVer (Calendar Versioning) and use YYYY.MM.MICRO syntax. The following command helps with tagging a new release:

git tag "v$(date +"%Y").$(date +"%m").$(($(git tag -l "v$(date +"%Y").*" | wc -l)+1))"

One does not simply use latest

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].