frosty / liftoff

CLI for configuring opinionated defaults on new Xcode projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liftoff Gem Version

Liftoff is a CLI for configuring opinionated defaults for new Xcode projects.

Installation

$ gem install liftoff

Usage

Liftoff adds the liftoff command to your PATH. These commands are meant to be run in directories containing existing Xcode projects.

$ liftoff

    CLI for customizing new Xcode projects

    Commands:
      all                  Run all possible commands. (Default)
      git                  Add default .gitignore and .gitattributes files.
      indentation          Set project indentation level.
      releasewarnings      Treat all warnings as errors in release schemes.
      todo                 Add a build script to treat TODO and FIXME as warnings.
      warnings             Enable Hosey warnings.
      analyzer             Enable Static Analysis for the project.
      help                 Display global or [command] help documentation.

    Global Options:
      -h, --help           Display help documentation
      -v, --version        Display version information
      -t, --trace          Display backtrace when an error occurs

About

The liftoff gem is maintained by Mark Adams and Gordon Fontenot. It was written by thoughtbot, inc.

thoughtbot

The names and logos for thoughtbot are trademarks of thoughtbot, inc.

License

Liftoff is Copyright (c) 2012-2013 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

CLI for configuring opinionated defaults on new Xcode projects

License:MIT License