Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

zanderlewis/rusty-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSJ: Rusty Java

Tests

RSJ is a tool written in Rust for using a cargo-like file structure for Gradle Java projects. It is designed to be a simple and easy-to-use tool for managing Java projects with a clean, minimal directory structure.

Features

  • Simple project structure inspired by Cargo
  • Enhanced Gradle support with modern Java features
  • Automatic namespace/package management
  • Gradle wrapper included for reproducible builds
  • Optimized Gradle configuration for better performance
  • ShadowJar for creating fat JARs with dependencies

Getting Started

$ rsj init    # Create a new RSJ project
$ rsj build   # Build the project
$ rsj run     # Build and run the project
$ rsj clean   # Clean build artifacts

About

Cargo-like file structure for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •  

Languages