Skip to content

nasccped/kojamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

736 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kojamp

crates io license: Apache

Caution

This project is no longer maintained. Try using jsmoke instead!

This is Kojamp, a Java and Kotlin project manager tool 📦

Requirements

Installation (with cargo)

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

Tip

Other install methods can be found at INSTALL page.

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

Tip

Check USAGE page for more info.

Inspirations

Others projects that helped me during the development 🫂

License

This project is under the Apache 2.0 license.

About

A basic Java and Kotlin project-manager tool 📦

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages