BoxLang 🚀 A New JVM Dynamic Language Learn More...
This module can convert any ColdSpring XML file to the equivalent programmatic DSL for usage by WireBox Dependency Injection Framework (https://wirebox.ortusbooks.com/configuration/configuring-wirebox).
Run the coldspring-to-wirebox
command and pass in the location of the XML file to convert with an optional destination for the WireBox.cfc
# Produces a WireBox.cfc where you run the command
coldspring-to-wirebox tests/coldspring.xml.cfm
# Stores the WireBox.cfc in the same location as the file above
coldspring-to-wirebox tests/coldspring.xml.cfm tests/WireBox.cfc
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Map
support to WireBox structsList
support to WireBox arrays
$
box install commandbox-coldspring-to-wirebox