Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 913 Bytes

File metadata and controls

38 lines (28 loc) · 913 Bytes

Duels+ CLI

A lightweight CLI launcher for running the Duels+ proxy. Alternative to the GUI launcher.

um its like the window code pops out of mauybe -Navi

Installation

Download the latest release for your target (os/arch) from the releases page.

Usage

You can launch the proxy simply by running duelsplus. To learn more about the commands included, enter help in the interactive command prompt, or run duelsplus --help.

Development

Ensure you have Bun installed.

Clone & install dependencies

git clone https://github.com/duelsplus/cli.git
cd cli
bun install

Run the CLI

bun start

or

bun --hot run src/index.ts

Contributing

See CONTRIBUTING.md.

License

Licensed under the MIT License.
See LICENSE.