mdrokz / appkit

A collection of helpful modules for building applications in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appkit

appkit is a collection of helpful modules for building applications in Go.

Tools

  • tracy: Application logging

Installation and Usage

Most Go projects contain one module in the root directory of the repository. Since appkit doesn't, version control with go get looks a little different. To get a project, do go get github.com/decentplatforms/appkit/[project]. To get a specific version, use version tag [project]/vX.Y.Z.

Maintainers

Name Role Tools Pronouns GitHub Username Contact
Jake Nichols Creator all they/them jakenichols2719 jnichols@decentplatforms.com

License

All tools in appkit are licensed under the Apache License, Version 2.0, which can be found in the LICENSE file in the root directory.

About

A collection of helpful modules for building applications in Go

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Makefile 0.6%