This organization contains repositories with utils makefile includes repositories for re-usable targets.
For usage and examples see README.md in repository.
-
common - contains base targets for another repos, like install binaries, create releases artifacts, git operations...
-
git-crypt - targets for using git-crypt.
Dependencies:
commonas git submodule.
-
github-repos - targets for manage Github repositories via opentofu (terraform).
Dependencies:
git-cryptas git submodule (withcommonas submodule) for encrypt state files and secrets.
-
go - targets for
go langoperations like lint, test, build.Also, includes github actions for test pull requests and create releases in Github.
Dependencies:
commonas git submodule.
-
openapi - targets for generate client and servers and conversions openapi specs.
Dependencies:
commonas git submodule.
Organization also contains test repositories for testing another repositories.
All these repositories names started with tests- prefix:
-
tests-git-crypt - git-crypt test repo.