For the ease of testing and just to bootstrap the "install from git" feature, implementing this command can be a good start.
What it does
Simple.
lucy compile https://github.com/dev/modrepo.git -o mod.jar # full url
lucy compile dev/modrepo -o mod.jar # defaults to github
This command:
- Detects the repo layout (NeoForge? Fabric?
gradlew etc.)
- Checks local toolchain availability
- Compiles to
-o path/to/artifact.jar
For the ease of testing and just to bootstrap the "install from git" feature, implementing this command can be a good start.
What it does
Simple.
This command:
gradlewetc.)-o path/to/artifact.jar