Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.22 KB

groovy-simple-template-resolver

Repository

Prerequisites

How to Use

  • Run the utility by executing "src/launch (windows).bat" on a Windows machine or "src/launch (unix or mac).sh" on a Mac or Unix machine.
  • Enter your groovy script on the left input text area
  • Click on the "Resolve" button
  • The resolved Groovy script will be displayed in the right display text area.
  • Click on the "Bindings" button to display all available binding variables in the right display text area.
  • To see the details and structure of a binding variable, type "desc <binding variable>" and click on "Resolve" button.

Contributions

Contributions are welcome! Please feel free to open an issue or create a pull request.

Happy Groovy scripting!