https://github.com/tsukinoko-kun/jack
Unified wrapper for common Java utilities
https://github.com/tsukinoko-kun/jack
cli debugger gradle java java-build java-debugger maven tui
Last synced: 9 months ago
JSON representation
Unified wrapper for common Java utilities
- Host: GitHub
- URL: https://github.com/tsukinoko-kun/jack
- Owner: tsukinoko-kun
- License: gpl-3.0
- Created: 2023-05-27T18:05:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T10:36:11.000Z (over 2 years ago)
- Last Synced: 2025-03-14T19:17:27.862Z (10 months ago)
- Topics: cli, debugger, gradle, java, java-build, java-debugger, maven, tui
- Language: Java
- Homepage: https://github.com/Frank-Mayer/jack/wiki
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Unified wrapper for common Java utilities
[](https://github.com/Frank-Mayer/jack/actions/workflows/deploy.yml)
[](https://this-product-is-ai-free.github.io)
- Are you annoyed by all the different build tools and think "I just want to run this code quickly"?
- Do you work with an editor like Vim and want to debug your Java code?
- Do you want to work on an IntelliJ project without having to install IntelliJ?
Jack solves these problems.
Don't worry, this is not yet another build tool that tries to replace Maven and Gradle. Those are
good tools and there is no need to replace them. The point is that you can work with any Java
project without worrying about what build tool is used and how that works.
---
**Currently there is only support for maven. PRs are welcome!**
## Documentation
Detailed and up to date information is provided
in [this repos wiki](https://github.com/Frank-Mayer/jack/wiki).
## The tools you want to use need to be installed and avaliable in PATH
You can install them from the websites or using your package manager.
java ([Oracle JDK](https://www.oracle.com/de/java/technologies/downloads/)/[OpenJDK](https://openjdk.org/)/[Amazon Corretto](https://aws.amazon.com/de/corretto/?filtered-posts.sort-by=item.additionalFields.createdDate&filtered-posts.sort-order=desc)/…)
- [jdb](https://docs.oracle.com/en/java/javase/11/tools/jdb.html)
- [maven](https://maven.apache.org/)