From 32997d584d628d124af140530a1af27c200ca357 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Thu, 21 Aug 2025 23:17:20 +0200 Subject: [PATCH] Updated specs for module tool --- GetiyoModuleTool.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/GetiyoModuleTool.md b/GetiyoModuleTool.md index b0e0ea2..7460770 100644 --- a/GetiyoModuleTool.md +++ b/GetiyoModuleTool.md @@ -1,24 +1,31 @@ # Getiyo Module Tool + The GetiyoModuleTool (or GMT in short) is the development tool for Getiyo. It can create development environments, build/install modules and publish them to the [ModuleStore](./ModuleStore). GMT has four modes which are described below. -## build - ```gmt build``` +## gmt `build` + Build a module to the `.dist` directory. |Argument|Description| |-|-| --output-server|Output the build to your local server. Requires ip & port to be set (See [set](./GetiyoModuleTool#set-gmt-set-property-value)) --stop-server|Restart the server when the build is finished. Requires development mode to be turned on in the [config](./Config). -## create - ```gmt create``` +## gmt `create` + Create a new development environment. GMT will ask some questions to generate the wanted environment settings. -## install - ```gmt install``` +## gmt `install` + Install the current build in .dist to your local server. -## set - ```gmt set