Categorygithub.com/rkennedy/magehelper
repositorypackage
0.0.0-20240929185338-3185725b6dfb
Repository: https://github.com/rkennedy/magehelper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Mage helper

Go Reference

The magehelper package provides package information for use in a Magefile build.

  • It defines a rule for installing tool programs during the build.
  • It reads dependency information from the current project to help determine prerequisites between build targets.
  • It defines a rule for running the Revive linter on the code.

Usage

go get github.com/rkennedy/magehelper

See this project's own magefile for example usage.