Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelfalliere/generator-phonestrap
yeoman phonegap bootstrap generator
https://github.com/marcelfalliere/generator-phonestrap
Last synced: 4 months ago
JSON representation
yeoman phonegap bootstrap generator
- Host: GitHub
- URL: https://github.com/marcelfalliere/generator-phonestrap
- Owner: marcelfalliere
- Created: 2014-02-13T17:20:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T10:18:02.000Z (over 10 years ago)
- Last Synced: 2024-08-03T08:46:48.989Z (4 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-phonestrap [![Build Status](https://secure.travis-ci.org/marcelfalliere/generator-phonestrap.png?branch=master)](https://travis-ci.org/marcelfalliere/generator-phonestrap)
===
# Getting Started
## Dependencies
Make sure you have [yo](https://github.com/yeoman/yo) installed:
sudo npm install -g yo
And also [cordova](http://docs.phonegap.com/en/3.3.0/guide_cli_index.md.html#The%20Command-Line%20Interface) command line:
sudo npm install -g cordova
## Using the generator
npm install generator-phonestrap
mkdir && cd $_
yo phonestrapAnswer yo's questions ... You will get the following technology stack :
- [jquery](http://api.jquery.com/)
- [backbone](backbonejs.org) (+ [underscore](underscorejs.org))
- [backbone.marionette](marionettejs.com)
- jquery-[hammerjs](eightmedia.github.io/hammer.js/)From there, you could emulate let's say android :
grunt less
cordova platform add android
cordova emulate android![Android emulator with phonestrap on](http://i.imgur.com/HzPCIFi.png)
## Next features
- task to add a button
- task to add a page
- p2r view### 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](http://gruntjs.com) and [Bower](http://bower.io), check out the complete [Getting Started Guide](https://github.com/yeoman/yeoman/wiki/Getting-Started).
> [Yeoman](http://yeoman.io) generator