BoxLang 🚀 A New JVM Dynamic Language Learn More...
A CommandBox command for CFML Tag to Script Conversion. This command uses the same engine as cfscript.me
Run the following from commandbox:
box install cfscriptme-command
If you wish to convert your Application.cfc
from tag to script run the following:
cfscriptme Application.cfc
The above example will overwrite your Application.cfc
if you want to save the file to ApplicationScript.cfc
instead then just do this:
cfscriptme Application.cfc ApplicationScript.cfc
You can also specify directories instead of single files, for example:
cfscriptme some-folder/components/
This tool was built by Pete Freitag / Foundeo Inc.
Besides CommandBox it uses two other packages: toscript and cfmlparser
$
box install cfscriptme-command