Categorygithub.com/dosquad/mage
repositorypackage
0.2.1
Repository: https://github.com/dosquad/mage.git
Documentation: pkg.go.dev

# Packages

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

# README

mage

Mage Targets

Example

Check the magefiles/ folder for an example.

Usage

mkdir magefiles
PKG="$(go list -m)"
( cd magefiles; go mod init "${PKG}/magefiles" )
go work init
go work use . ./magefiles

Then create a magefiles/magefile.go like the example magefile.go.