examples/interactive.rb in daslabs-0.8.0 vs examples/interactive.rb in daslabs-0.9.0
- old
+ new
@@ -6,9 +6,9 @@
prompt.ask('Where shall we scaffold the Android app?', default: ENV['PWD'])
prompt.yes?('Would you like to populate the app with sample data?')
-choices = %w(tabs sidemenu blank)
+choices = %w(web android ios)
prompt.multi_select("What type of template would you like?", choices)
-DasLabs.generate_android_xml("Mozart")
+DasLabs.bootstrapios("----------%w")
\ No newline at end of file