Skip to content

visual studio code extension for running transformalize arrangements

License

Notifications You must be signed in to change notification settings

dalenewman/Transformalize.VisualStudioCode

Repository files navigation

Transformalize

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.

demo

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

About

visual studio code extension for running transformalize arrangements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published