Skip to content

v0.1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@ttiimm ttiimm released this 11 May 03:28
· 30 commits to main since this release
61beaea

Cargo for the Java ecosystem: an easy to use alternative to Ant/Maven/Gradle/etc for small projects.

Requires Java 22 to run.

Features:

  • new - can initialize a new project
  • clean - remove the contents of the target directory used for builds
  • build - compiles the Main.java and packages into a runnable jar
  • run - compiles, packages, and executes the jar

Full Changelog: https://github.com/ttiimm/cult/commits/v0.1.0