Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Weaver to the list of projects using Stencil #216

Merged
merged 1 commit into from
Jul 11, 2018
Merged

Added Weaver to the list of projects using Stencil #216

merged 1 commit into from
Jul 11, 2018

Conversation

trupin
Copy link
Contributor

@trupin trupin commented May 20, 2018

I added Weaver, which is another cool project with code generation features built with Stencil.

Weaver is a declarative, easy-to-use and safe Dependency Injection framework for Swift.

  • Declarative because it allows to declare dependencies via annotations directly in the Swift code.
  • Easy-to-use because it generates the necessary boilerplate code to inject dependencies into Swift types.
  • Safe because it validates the dependency graph at compile time and outputs a nice XCode error when something's wrong.

You can check it out on GitHub: https://github.com/scribd/Weaver

I also wrote this article explaining why I developed it: https://medium.com/scribd-data-science-engineering/weaver-a-painless-dependency-injection-framework-for-swift-7c4afad5ef6a

@djbe djbe merged commit 5bbd994 into stencilproject:master Jul 11, 2018
@djbe djbe added this to the 0.12.0 milestone Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants