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
- Host: GitHub
- URL: https://github.com/xyproto/grog
- Owner: xyproto
- License: bsd-3-clause
- Created: 2023-12-01T10:45:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T13:55:08.000Z (over 1 year ago)
- Last Synced: 2025-02-02T01:46:33.680Z (3 months ago)
- Topics: go, imports, imports-organizer, java, kotlin, organize-imports-cli
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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