0.0.3 • Published 12 years ago
generator-phonestrap v0.0.3
generator-phonestrap 
===
Getting Started
Dependencies
Make sure you have yo installed:
sudo npm install -g yoAnd also cordova command line:
sudo npm install -g cordovaUsing the generator
npm install generator-phonestrap
mkdir <myproject> && cd $_
yo phonestrapAnswer yo's questions ... You will get the following structure :
.bowerrc
Gruntfile.js
bower.json
config.xml
hooks
merges
node_modules
package.json
platforms
plugins
wwwFrom there, you could emulate let's say android :
grunt less
cordova platform add android
cordova emulate android
BAM! You are welcome.
Next features
- a
grunt watchallor something that compile less and runcordova preparefor all platforms. - tests :)
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.
If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.
Yeoman generator