Skip to content

An utility tool to config and start Helix with ease. Written in Rust.

Notifications You must be signed in to change notification settings

helix-medical/lx-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lx | The Helix Utility Tool

The Helix Utility Tool is a command line tool that allows you to manage the Helix Server.

Usage

lx [FLAGS] <COMMAND>

Flags

  • -h, --help - Prints help information
  • -V, --version - Prints version information
  • --dev - Sets dev mode

Commands

  • start - Starts the Helix Server
  • stop - Stops the Helix Server
  • restart - Restarts the Helix Server
  • status - Prints the status of the Helix Server
  • logs - Prints the logs of the Helix Server
  • clean - Cleans the Helix Server

Examples

lx start
lx stop

Installation

git clone <REPO_URL> && cd lx-tool
cargo build --release

Add to PATH

sudo cp target/release/lx /usr/local/bin

About

An utility tool to config and start Helix with ease. Written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages