MovingBlocks
Add a command to download all modules
Add a command to download all modules
Both Terasology and Destination Sol are broken up into many many modules. To help with getting these modules for development we use Groovy through the groovyw
command.
Through this you can download a single module, or a module and all it's dependencies.
One command we are missing is the ability to download all modules. This task is to add a command that downloads all modules. It should have syntax groovyw <item> get *
This should be made to both the Destination Sol and Terasology repositories.
Definition of 'Done'
- Pull Requests with the changes submitted to both the Terasology Engine repository and the main DestinationSol repository
- Updated documentation to include these new commands.
Where to start
- Check the config/groovy directory in the Terasology repo.
- All the scripts can be found in this directory - util.groovy and common.groovy are the ones you would be working with.
See Also
- The beginner setup task for Terasology
- The beginner setup task for Dest Sol
- One other groovy task (If we have any others)
Task tags
Students who completed this task
BSA