Skip to content

A module that converts ColdSpring XML to WireBox DSL

Notifications You must be signed in to change notification settings

commandbox-modules/commandbox-coldspring-to-wirebox

Repository files navigation

ColdSpring XML to WireBox DSL Converter

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).

Usage

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

About

A module that converts ColdSpring XML to WireBox DSL

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published