| Crates.io | kojamp |
| lib.rs | kojamp |
| version | 0.1.3 |
| created_at | 2025-05-12 22:55:08.176929+00 |
| updated_at | 2025-09-07 14:46:57.750189+00 |
| description | Some kind of basic 'n academic Java/Kotlin project-manager tool 📦 |
| homepage | |
| repository | https://github.com/nasccped/kojamp |
| max_upload_size | |
| id | 1671182 |
| size | 86,082 |
[!CAUTION]
This project is no longer maintained. Try using jsmoke instead!
The official README is located at it's own repository: https://github.com/nasccped/kojamp
This is Kojamp, a Java and Kotlin project manager tool 📦
java, javac, ...)The following command will install Kojamp at your machine:
cargo install kojamp
And now, you can test if the program runs:
kojamp # A help panel is expected
The command bellow will create a new directory (code-dude) with a java project:
kojamp new CodeDude --kind java
Just like others project managers (maven, gradle, ...), you can
use the build (or b) subcommand to compile your code:
kojamp build
It will place the bytecode at out directory (if compilation
success).
The command bellow will run your project's bytecode output:
kojamp run
This project is under the Apache 2.0 license.