Skip to content

Releases: transmute-games/transmute-core

cli-v1.0.1

13 Jan 10:45

Choose a tag to compare

Transmute CLI 1.0.1

Installation

Quick Install (Unix/macOS)

curl -fsSL https://raw.githubusercontent.com/transmute-games/transmute-core/master/scripts/install-cli.sh | sh

Quick Install (Windows PowerShell)

irm https://raw.githubusercontent.com/transmute-games/transmute-core/master/scripts/install-cli.ps1 | iex

Manual Installation

  1. Download transmute-cli.jar and the appropriate wrapper script (transmute for Unix/macOS or transmute.bat for Windows)
  2. Place them in a directory on your PATH (e.g., ~/.local/bin on Unix/macOS)
  3. Make the script executable: chmod +x transmute (Unix/macOS only)
  4. Run: transmute new my-game

Requirements

  • Java 17 or higher
  • Internet connection (for downloading TransmuteCore from JitPack)

Usage

# Create a new project
transmute new my-game

# Create with a specific template
transmute new my-game --template platformer

# List available templates
transmute templates

What's Changed

See release notes below.

Full Changelog: cli-v1.0.0...cli-v1.0.1

cli-v1.0.0

11 Jan 12:13

Choose a tag to compare

Transmute CLI 1.0.0

Installation

Quick Install (Unix/macOS)

curl -fsSL https://raw.githubusercontent.com/transmute-games/transmute-core/master/scripts/install-cli.sh | sh

Quick Install (Windows PowerShell)

irm https://raw.githubusercontent.com/transmute-games/transmute-core/master/scripts/install-cli.ps1 | iex

Manual Installation

  1. Download transmute-cli.jar and the appropriate wrapper script (transmute for Unix/macOS or transmute.bat for Windows)
  2. Place them in a directory on your PATH (e.g., ~/.local/bin on Unix/macOS)
  3. Make the script executable: chmod +x transmute (Unix/macOS only)
  4. Run: transmute new my-game

Requirements

  • Java 17 or higher
  • Internet connection (for downloading TransmuteCore from JitPack)

Usage

# Create a new project
transmute new my-game

# Create with a specific template
transmute new my-game --template platformer

# List available templates
transmute templates

What's Changed

See release notes below.

Full Changelog: https://github.com/transmute-games/transmute-core/commits/cli-v1.0.0