Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwbrooks/incubator-cordova-app-hello-world
Mirror of Apache Cordova hello world
https://github.com/mwbrooks/incubator-cordova-app-hello-world
Last synced: 18 days ago
JSON representation
Mirror of Apache Cordova hello world
- Host: GitHub
- URL: https://github.com/mwbrooks/incubator-cordova-app-hello-world
- Owner: mwbrooks
- License: apache-2.0
- Created: 2012-08-07T23:28:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T16:59:15.000Z (about 11 years ago)
- Last Synced: 2024-10-28T21:11:03.299Z (2 months ago)
- Language: CSS
- Size: 13.1 MB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Cordova Hello World Application
Simple Hello World application. This is used as the default app template
when creating new projects.## Versions and Tags
The Hello World's version is directly tied to an Apache Cordova release.
For example, Hello World `2.0.0` is compatible with Apache Cordova `2.0.0`.
To update the snapshot within a platform repo, copy `www/` into the repo's
template directory, and copy in the relevant files from `res/` as well.## How to Update
Update to Apache Cordova x.x.x by:
1. `VERSION`
- Update the version
2. Commit and Tag
- `git commit -am "[app] Version x.x.x"`
- `git tag x.x.x`