Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

SwiftGen/SwiftGenKit

Repository files navigation

⚠️ Deprecated ⚠️

This repository has been merged into the main SwiftGen repository.

SwiftGenKit

CircleCI CocoaPods Compatible Platform Swift 3.0

This is the framework behind SwiftGen, responsible for parsing various resources and turning them into Stencil contexts.

Context

This framework contains various resource parsers (especially parsers for images, Localizable strings files, fonts, color palettes, storyboards, …) which are responsible for providing a dictionary representation of those resources suitable to be used by a template engine like Stencil.

The goal of this framework is to be used by Code Generation tools like SwiftGen to turn those resources into some internal representation that can then be used to generate custom code from it.

Documentation

Each parser provided by this framework has a corresponding documentation file explaining the expected input and the format of the generated output, so you can know how to exploit it:

Contributing

Please check the CONTRIBUTING file for guidelines on how to contribute to this repository.

During development, should you make changes to the code generating context, you can re-generate all the context files instead of modifying them manually. Use either of these methods:

  • In Xcode, select the "Generate Contexts" scheme and run the tests
  • From Terminal, execute rake generate_contexts

About

The framework behind SwiftGen, responsible for parsing various resources and turn them into Stencil contexts

Resources

License

Stars

Watchers

Forks

Packages

No packages published