An open API service indexing awesome lists of open source software.

https://github.com/xyproto/grog

Clean up or re-organize Java and Kotlin imports, or expand wildcard imports
https://github.com/xyproto/grog

go imports imports-organizer java kotlin organize-imports-cli

Last synced: about 1 month ago
JSON representation

Clean up or re-organize Java and Kotlin imports, or expand wildcard imports

Awesome Lists containing this project

README

        

# grog

Clean up or re-organize Java and Kotlin imports, or expand wildcard imports.

Bug reports and pull requests are welcome.

## Installation

go install github.com/xyproto/grog@latest

## Usage

Output the proposed changes to the imports:

grog Example.java

Write the propsed changes to the imports:

grog --apply Example.kt

### General info

* Author: Alexander F. Rødseth
* License: BSD-3
* Version: 1.0.0