Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
#358: generator questions - finish doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppjo committed Jun 7, 2016
1 parent c758020 commit 0ebf1d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Yeoman, Gulp, Bower, AngularJS, Ionic & of course Cordova. All in one sexy gener

## Get started
- [Installation and Prerequisites](https://github.com/mwaylabs/generator-m-ionic/tree/master/docs/start/installation_prerequisites.md)
- [Questions](https://github.com/mwaylabs/generator-m-ionic/tree/master/docs/start/questions.md) the generator will ask and what they mean
- [Development Introduction](https://github.com/mwaylabs/generator-m-ionic/tree/master/docs/start/development_intro.md)
- [File structure](https://github.com/mwaylabs/generator-m-ionic/tree/master/docs/start/file_structure.md)

Expand Down
10 changes: 10 additions & 0 deletions docs/start/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,13 @@ Just as with the platforms you can add plugins later at any time using the [Cord
gulp --cordova 'plugin add org.apache.cordova.camera --save'
```
Find all available plugins on the [Cordova plugins page](https://cordova.apache.org/plugins/).

## Starter template?
![image](https://cloud.githubusercontent.com/assets/1370779/15855054/a47c9050-2cad-11e6-88e3-04d96add5e0a.png)

This choice decides whether your app will be generated with an [Ionic side menu](http://ionicframework.com/docs/api/directive/ionSideMenus/) or [Ionic tab navigation](http://ionicframework.com/docs/api/directive/ionTabs/). Alternatively you may choose to generate a blank module, if you want to build everything from the ground up.

## Ecosystems?
![image](https://cloud.githubusercontent.com/assets/1370779/15855148/33988dca-2cae-11e6-8e19-f3b57c6ea797.png)

Generator-M-Ionic provides integration into different ecosystems. For more information refer to the `Ecosystems` section of our [Guides](../../README.md#ecosystems). If you don't know what these are, just leave them empty for now.

0 comments on commit 0ebf1d8

Please sign in to comment.