Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Latest commit

 

History

History
62 lines (40 loc) · 2.05 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.05 KB

iOS framework template

A template for new iOS framework projects at thoughtbot.

For iOS app projects, see thoughtbot/ios-template.

Inspired by suspenders, and django-template.

What's in the template?

  • Up to date with the latest release of Xcode and Swift
  • Uses Carthage for dependency management
    • Helper bin scripts for working with Carthage
    • Fails fast when dependencies are out of date
  • Default dependencies for testing

Usage

  1. Install cookiecutter (brew install cookiecutter on macOS).
  2. Run cookiecutter gh:thoughtbot/ios-framework-template

For future runs you can shorten the command to cookiecutter ios-framework-template. However, if you want to use the most recent template you should still run the full command above.

License

ios-framework-template is Copyright © 2017 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Contributing

See the CONTRIBUTING document. Thank you, contributors!

About thoughtbot

thoughtbot

ios-framework-template is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software! See our other projects. We are available for hire.