{ "id": "mage", "version": "1.0.6", "name": "Mage (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/mage", "description": "Mage is a make-like build tool using Go. You write plain-old go functions, and Mage automatically uses them as Makefile-like runnable targets.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/gh-release" ] }