An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Magex

[![GoDoc](https://pkg.go.dev/badge/github.com/iwaltgen/magex)](https://pkg.go.dev/github.com/iwaltgen/magex)
[![GoReportCard](https://goreportcard.com/badge/github.com/iwaltgen/magex)](https://goreportcard.com/report/github.com/iwaltgen/magex)
[![Build](https://github.com/iwaltgen/magex/actions/workflows/build.yml/badge.svg)](https://github.com/iwaltgen/magex/actions/workflows/build.yml)
[![Codecov](https://codecov.io/gh/iwaltgen/magex/branch/main/graph/badge.svg?token=LF4hBvHOQW)](https://codecov.io/gh/iwaltgen/magex)
[![CodeQL](https://github.com/iwaltgen/magex/actions/workflows/code-ql.yml/badge.svg)](https://github.com/iwaltgen/magex/actions/workflows/code-ql.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=iwaltgen_magex&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=iwaltgen_magex)
[![Version](https://img.shields.io/github/v/tag/iwaltgen/magex?sort=semver)](https://github.com/iwaltgen/magex/tags)
[![License](https://img.shields.io/github/license/iwaltgen/magex)](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 |