A simple app to sort functions in any groovy
file by their name.
A web interface of this app is provided via GitHub Pages at: Groovy-sorting
Simply insert any groovy script into the upper code block. The app will find all functions automatically.
Hit Sort
and the app will do the following:
Clone the git repo and execute the following code in the source directory:
# In groovy-sorting
npm install
npm run dev -- --open