Releases: transmute-games/transmute-core
Releases · transmute-games/transmute-core
cli-v1.0.1
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 | shQuick Install (Windows PowerShell)
irm https://raw.githubusercontent.com/transmute-games/transmute-core/master/scripts/install-cli.ps1 | iexManual Installation
- Download
transmute-cli.jarand the appropriate wrapper script (transmutefor Unix/macOS ortransmute.batfor Windows) - Place them in a directory on your PATH (e.g.,
~/.local/binon Unix/macOS) - Make the script executable:
chmod +x transmute(Unix/macOS only) - 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 templatesWhat's Changed
See release notes below.
Full Changelog: cli-v1.0.0...cli-v1.0.1
cli-v1.0.0
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 | shQuick Install (Windows PowerShell)
irm https://raw.githubusercontent.com/transmute-games/transmute-core/master/scripts/install-cli.ps1 | iexManual Installation
- Download
transmute-cli.jarand the appropriate wrapper script (transmutefor Unix/macOS ortransmute.batfor Windows) - Place them in a directory on your PATH (e.g.,
~/.local/binon Unix/macOS) - Make the script executable:
chmod +x transmute(Unix/macOS only) - 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 templatesWhat's Changed
See release notes below.
Full Changelog: https://github.com/transmute-games/transmute-core/commits/cli-v1.0.0