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 Versione.g.
csacsa MyAppcsa MyApp -ycsa MyApp -u https:...
Testing
run rspec --format doc
TODO
- Use Thor