Crates.io | kojamp |
lib.rs | kojamp |
version | 0.1.1 |
source | src |
created_at | 2025-05-12 22:55:08.176929+00 |
updated_at | 2025-06-07 14:28:18.794083+00 |
description | Some kind of basic 'n academic Java/Kotlin project-manager tool 📦 |
homepage | https://github.com/nasccped/kojamp |
repository | |
max_upload_size | |
id | 1671182 |
size | 85,976 |
⚠️ This is a shorter README version designed to be displayed only at crates.io.
Consider going to the official GitHub repository.
This is Kojamp, a Java and Kotlin project manager tool 📦
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 the CodeDude
java project at code-dude
directory (but you still can specify a directory destination by using
the --path
| -p
flag followed by the path name 🤓☝️)
kojamp new CodeDude --kind java
Works the same as maven
, gradle
and other project managers. It
will take the java/kotlin files at src
dir, compile it and drop the
bytecode at out
directory (you can use b
as alias for this
subcommand).
kojamp build
The command bellow will run your project's bytecode output:
kojamp run # also works by passing 'r' as subcommand
This project is under the Apache 2.0 license.