https://github.com/iwaltgen/magex
helper extensions for magefile
https://github.com/iwaltgen/magex
buildscript go golang magefile
Last synced: 3 months ago
JSON representation
helper extensions for magefile
- Host: GitHub
- URL: https://github.com/iwaltgen/magex
- Owner: iwaltgen
- License: mit
- Created: 2021-08-30T06:25:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T10:04:04.000Z (5 months ago)
- Last Synced: 2025-12-13T22:34:01.475Z (5 months ago)
- Topics: buildscript, go, golang, magefile
- Language: Go
- Homepage:
- Size: 771 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Magex
[](https://pkg.go.dev/github.com/iwaltgen/magex)
[](https://goreportcard.com/report/github.com/iwaltgen/magex)
[](https://github.com/iwaltgen/magex/actions/workflows/build.yml)
[](https://codecov.io/gh/iwaltgen/magex)
[](https://github.com/iwaltgen/magex/actions/workflows/code-ql.yml)
[](https://sonarcloud.io/summary/new_code?id=iwaltgen_magex)
[](https://github.com/iwaltgen/magex/tags)
[](https://github.com/iwaltgen/magex/blob/main/LICENSE)
helper extensions for [magefile](https://github.com/magefile/mage)
## Extensions
| package | description |
| ------- | --------------------------------------- |
| archive | helper package for an archive file |
| dep | helper package for dependencies check |
| git | helper package for git operation |
| github | helper package for request GitHub |
| http | helper package for request HTTP |
| script | helper package for \*nix script |
| semver | helper package for semantic versioning |
| spinner | helper package for ascii spinner |
| target | helper package for check modified files |