grunt-phonegap-init
May 21, 2014 ยท View on GitHub
Interactively generate a new Phonegap project using grunt-phonegap.

Jump to Section
Installation
If you haven't already done so, install grunt-init.
Once grunt-init is installed, place this template in your ~/.grunt-init/ directory. It's recommended that you use git to clone this template into that directory, as follows:
git clone https://github.com/logankoester/grunt-init-phonegap.git ~/.grunt-init/phonegap
(Windows users, see the documentation for the correct destination directory path)
Usage
At the command-line, cd into an empty directory, run this command and follow the prompts.
grunt-init phonegap
Contributing
Fork the repo on Github and open a pull request. Note that template.js and test/template_test.js are the output of
CoffeeScript files in src/, and will be overwritten if edited by hand.
Likewise, README.md is the output of the grunt docs task, and will be overwritten. README updates should be made in
the Markdown files under docs/.
Please run grunt build before submitting a pull request. The build output should be included with your changes.
Release History
You can find all the changelogs here.
Latest changelog is from v1.0.0.md:
v1.0.0
- Adds connect and watch with livereload mounted in
www/(#4) - thanks @gabrielpoca!
License
Copyright (c) 2014 Logan Koester.
Released under the MIT license. See LICENSE-MIT for details.


