CB-5908: add notice about file usage

Make it clear to developers that these files do not automatically flow into
a new project created with the CLI. This should get corrected when support
for icons and splashscreens is added to the CLI.
1 file changed
tree: 8d6ecb7a9b9c1ad744ea2db48fa28a1165c4e86d
  1. res/
  2. www/
  3. .gitignore
  4. LICENSE
  5. NOTICE
  6. README.md
  7. VERSION
README.md

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