Categorygithub.com/gozix/glue
3.0.0
Repository: https://github.com/gozix/glue.git
Documentation: pkg.go.dev

# README

GoZix Glue

License Documentation

Release Build Status Go Report Card Code Coverage

The package represents a very simple and easy implementation of the extensible application on golang. The core components of an application are bundles that are glued together using a dependency injection container.

Installation

go get github.com/gozix/glue/v3

Documentation

You can find documentation on pkg.go.dev and read source code if needed.

Built-in DI options

NameDescription
AsCliCommandAdd a cli command
AsPersistentFlagsAdd custom flags to root command
AsPersistentPreRunnerAdd persistent pre runner to root command

Questions

If you have any questions, feel free to create an issue.

# Packages

Package glue provide basic functionality.