Project

csa

0.0
No release in over 3 years
a command line tool helps you create a swift app from a template
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.2

Runtime

~> 1.3
~> 2.19
~> 1.18
 Project Readme

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

TODO

  • Use Thor