mx

Build and manage Graal polyglot projects from the command line.

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool used for the development of Graal projects

Commands

mx

Examples

build a Graal project and compile source code$ mx build
run unit tests for a Graal project$ mx unittest
create a distribution package or binary$ mx build --dependencies=GRAAL
check project status and dependencies$ mx status
format and lint Java code in the project$ mx spotbugs