Use Code's integrated terminal to run Transformalize arrangements.
Features
This extension features four commands that pass your file (arrangement) to Transformalize's command line interface (tfl.exe).
tfl: init
tfl: run
tfl: schema
tfl: schedule
Use CTRL-SHIFT-P to find and execute the commands.
Requirements
Download and decompress the latest release of Transformalize. Decompress it, set it as executable, and put it on your PATHor set the tfl.path setting. If you have Docker, you can run the Transformalize container (see below).
Extension Settings
This extension contributes the following settings:
tfl.path: the full path including the Transformalize binary (e.g. tfl or tfl.exe). Or, you may set this to run Transformalize from a Docker container (e.g. docker run -v "$(pwd)":"$(pwd)" --rm --platform linux/amd64 dalenewman/transformalize.cli:0.10.2).