Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 506 Bytes

Template Generator

A generator for Architectury mod templates with a web UI and an interactive command line UI.

Requirements

  • Rust + cargo
  • Web target:
    • wasm-pack
    • Java for running Gradle
    • Python for running local test web server

Building (web)

Run ./gradlew buildWeb. The output will be in build/web.

The local test web server can be launched with ./gradlew runTestServer (requires Python).

Building (native)

Run cargo build.