Modules
The Officially supported BoxLang modules
Last updated
Was this helpful?
The Officially supported BoxLang modules
Last updated
Was this helpful?
Our official modules can be found in the BoxLang Software Directory: FORGEBOX: .
Every runtime can use modules, and the installation process can differ. So, make sure you review each of the sections on Running BoxLang and adapt your installation process accordingly.
For web runtimes running on CommandBox, our servlet server, then use the box
CommandBox CLI for installation and server.json
for tracking dependencies. For our operating system runtime, use our install-bx-module
binary.
BoxLang also supports the concept of local loading. Meaning, if you have a boxlang_modules
folder in the root of where you run your CLI applications, then BoxLang will load those modules first and then fall back to the user's home directory for the operating system.
The CommandBox CLI installs BoxLang modules into web runtimes.
Eventually, CommandBox will be the de-facto standard of installation once it's migrated to BoxLang.
You can customize the boxlang module directory by changing the runtime.modulesDirectory
setting in your config/boxlang.json
file:
Visit the section of our docs for the most up to date listing of our supported modules.