kojamp

Crates.iokojamp
lib.rskojamp
version0.1.3
created_at2025-05-12 22:55:08.176929+00
updated_at2025-09-07 14:46:57.750189+00
descriptionSome kind of basic 'n academic Java/Kotlin project-manager tool 📦
homepage
repositoryhttps://github.com/nasccped/kojamp
max_upload_size
id1671182
size86,082
Nasccped (nasccped)

documentation

https://github.com/nasccped/kojamp

README

Kojamp

license: Apache

[!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 📦

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 a new directory (code-dude) with a java project:

kojamp new CodeDude --kind java

Build the project's bytecode

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).

Run the bytecode

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

kojamp run

Inspirations

License

This project is under the Apache 2.0 license.

Commit count: 736

cargo fmt