kojamp

Crates.iokojamp
lib.rskojamp
version0.1.1
sourcesrc
created_at2025-05-12 22:55:08.176929+00
updated_at2025-06-07 14:28:18.794083+00
descriptionSome kind of basic 'n academic Java/Kotlin project-manager tool 📦
homepagehttps://github.com/nasccped/kojamp
repository
max_upload_size
id1671182
size85,976
Nasccped (nasccped)

documentation

https://github.com/nasccped/kojamp

README

Kojamp

license: Apache

⚠️ 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 📦

Requirements

Installation

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

Usage

Create a new project

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

Build the project's bytecode

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

Run the bytecode

The command bellow will run your project's bytecode output:

kojamp run # also works by passing 'r' as subcommand

Inspirations

License

This project is under the Apache 2.0 license.

Commit count: 0

cargo fmt