Wire

Compile-time Dependency Injection for Go
Alternatives To Wire
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Wire11,2831859666 days ago12January 07, 202295apache-2.0Go
Compile-time Dependency Injection for Go
Viperswift12
6 years ago1mitLiquid
Generamba template with use DI Swinject
Sting8
8 months ago13apache-2.0Java
Ray.compiler5
3 days ago1mitPHP
A dependency injection compiler for Ray.Di
Codegen20182
5 years agomitJavaScript
Repository contenente il materiale di CodeGen 2018
Digo2
4 months agomitGo
An annotation-based tool for compile-time dependency injection in Golang.
Alternatives To Wire
Select To Compare


Alternative Project Comparisons
Readme

Wire: Automated Initialization in Go

Build Status godoc Coverage

Wire is a code generation tool that automates connecting components using dependency injection. Dependencies between components are represented in Wire as function parameters, encouraging explicit initialization instead of global variables. Because Wire operates without runtime state or reflection, code written to be used with Wire is useful even for hand-written initialization.

For an overview, see the introductory blog post.

Installing

Install Wire by running:

go install github.com/google/wire/cmd/wire@latest

and ensuring that $GOPATH/bin is added to your $PATH.

Documentation

Project status

As of version v0.3.0, Wire is beta and is considered feature complete. It works well for the tasks it was designed to perform, and we prefer to keep it as simple as possible.

We'll not be accepting new features at this time, but will gladly accept bug reports and fixes.

Community

For questions, please use GitHub Discussions.

This project is covered by the Go Code of Conduct.

Popular Dependency Injection Projects
Popular Codegen Projects
Popular Software Architecture Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Dependency Injection
Codegen