quick-start-02-01.shell 362 B

123456789
  1. [~/]$ swift-bundler templates update
  2. info: Done in 1.19s.
  3. [~/]$ swift-bundler create HelloWorld --template SwiftCrossUI
  4. info: Creating package from the 'SwiftCrossUI' template
  5. info: Applying 'Base' template
  6. info: Applying 'SwiftCrossUI' template
  7. info: Updating indentation to 'spaces=4'
  8. info: Done in 0.47s. Package located at './HelloWorld'
  9. [~/]$ cd HelloWorld