!CURRENTLY (will most likely change) you can do the following :
The --ts
is optional if you want it in typescript.
ionic start tempName blank --v2 --ts
ionic start tempName tabs --v2 --ts
ionic start tempName base --v2 --ts
ionic start tempName sidemenu --v2 --ts
UPDATE. you do not need to specify --ts
anymore. It is default now
ionic start tempName blank --v2
UPDATE I found the full list, please note that some have not been updated in a while
1.A starter application with Ionic Deploy functionality to enable live updates of your app in the app store.
ionic start myApp deploy
2.A starter template for the Ionic Framework. Your basic batteries-included Ionic starter app, plus analytics.
ionic start myApp analytics
3.Starter pack for building Ionic apps on top of the Salesforce platform created as a partnership between Ionic and Salesforce.
ionic start myApp salesforce
4.An Ionic starter project using Google Maps and a side menu
ionic start myApp maps
5.A starting project for Ionic using a side menu with navigation in the content area
ionic start myApp sidemenu
6.A blank starter project for Ionic
ionic start myApp blank --v2
7.Use Ionic, Three.js and WebGL to build a Google Cardboard app as part of the Angular Cardboard Hackathon.
ionic start myApp cardboard
8.A starting project for Ionic using a simple tabbed interface
ionic start myTabs tabs --v2
9.This tutorial goes along with the example on Ionic v2 documentation
ionic start myTutorial tutorial --v2
10.An ionic starter project containing the ionic.io services.
ionic start myApp io