Skip to content

artemnovichkov/liftoff-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liftoff Templates

Templates for liftoff, CLI for creating and configuring new Xcode projects.

Usage

  1. Install liftoff
  2. Copy templates folder and liftoffrc configuration file into tool directory (check information about installed tool by brew info liftoff command). Configuration file contains two templates - for Swift and Objective-C projects.
  3. Run liftoff command in needed directory. It will make a project with default Swift template. To generate Objective-C project use template option, for example:
$ liftoff --template objc

Features

  • Templates for Swift and Objective-C projects
  • Custom project structure
  • Automatic installation of Cocoapods/Carthage dependencies (Carthage by default)
  • Prefixes for all classes (without boring renaming of AppDelegate classes)
  • SwiftLint Build Phases script

Knowing Issues

Author

Artem Novichkov, novichkoff93@gmail.com

License

Liftoff Templates is available under the MIT license. See the LICENSE file for more info.

About

Templates for liftoff, CLI for creating and configuring new Xcode projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published