Create Swift App
a command line tool helps you create a swift app from a template
Installation
install it yourself as:
$ gem install csa
Usage
csa [Project Name] [default template URL]
or
Usage: csa [options]
-n, --name NAME The Name of the project
-u, --url URL The URL of the template
-h, --help Prints help
-y, --yes Use default settings
-v, --version Prints Version
e.g.
csa
csa MyApp
csa MyApp -y
csa MyApp -u https:...
Testing
run rspec --format doc