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.

  1. csa
  2. csa MyApp
  3. csa MyApp -y
  4. csa MyApp -u https:...

Testing

run rspec --format doc