Skip to content

FalconTube/groovy-sorting

Repository files navigation

Groovy sorting

A simple app to sort functions in any groovy file by their name.

Usage

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

Hit Sort and the app will do the following:

  1. Remove all found functions.
  2. Strip remaining whitespace from bottom of file.
  3. Append all functions to end of file in alphabetically sorted order.

Sorted

Local usage

Clone the git repo and execute the following code in the source directory:

# In groovy-sorting
npm install
npm run dev -- --open

About

Svelte/PyScript sorting for groovy files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published