Using modules
Last updated
Last updated
This tutorial shows how to add modules from the .
This builds upon the tutorial so doing it first is recommended.
Once everything is prepared, just modify the htms config to add the command
The command will load the module with the name of the module specified.
Doing so will fetch the module code and add it to the website, all modules are in the .
In the example, the hello modules is added, this is a test module that will print "Hello world" to the console.
And that's all, that easy.