fralonra / eldiron-cli

A command line tool for Eldiron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eldiron Cli

Latest version MIT

A command line tool for Eldiron RPG creator.

Currently it provides an interactive interface to build your server from scratch, and deploy your server using systemd if it is available on your system.

Installation

cargo install eldiron-cli

Usage

Build your server. It will automatically setup a systemd service if it is available:

eldiron server setup

Start the systemd server:

eldiron server start

Restart the systemd server:

eldiron server restart

Stop the systemd server:

eldiron server stop

About

A command line tool for Eldiron

License:MIT License


Languages

Language:Rust 100.0%