Caution
This project is no longer maintained. Try using jsmoke instead!
This is Kojamp, a Java and Kotlin project manager tool 📦
- rust tools (compiler + package manager)
- java tools
(
java,javac, ...) - kotlin compiler (if building kotlin projects)
The following command will install Kojamp at your machine:
cargo install kojampAnd now, you can test if the program runs:
kojamp # A help panel is expectedTip
Other install methods can be found at INSTALL page.
The command bellow will create a new directory (code-dude) with a java project:
kojamp new CodeDude --kind javaJust like others project managers (maven, gradle, ...), you can
use the build (or b) subcommand to compile your code:
kojamp buildIt will place the bytecode at out directory (if compilation
success).
The command bellow will run your project's bytecode output:
kojamp runTip
Check USAGE page for more info.
Others projects that helped me during the development 🫂
- bacon by Denys Séguret: good crate documentation
- jargo by Marlon Sbardelatti: similar project
This project is under the Apache 2.0 license.