android - best way of setting up a phonegap multiplatform project repository -
what best way of setting multi-platform (ios/android) phonegap repository (git or svn). how handle mutually exclusive file/folders inside the www folder javascript plugin files.
you should read link here:
http://docs.phonegap.com/en/edge/guide_cli_index.md.html#the%20command-line%20interface
it has information on installing command line tool , doing talking about. you'll need node.js installed(actually you'll need npm comes node), if don't have can find installation instructions on node.js site , it's cool project well. after can create project command line, add platforms, plugins, , creates merges folder can use add in platform specific javascript or css.
Comments
Post a Comment