Skip to content

[In development] CLI modding tools by dstmodders for the Klei Entertainment's game Don't Starve Together.

License

Notifications You must be signed in to change notification settings

dstmodders/mod-cli

Repository files navigation

mod-cli

Overview

CLI modding tools for Don't Starve Together to automate the most common tasks throughout the mods' development and improve the existing workflow. The goal is to create a single tool for all development needs and the most common tasks.

Commands

We will use Dev Tools as an example for all commands below:

cd /your/path/to/mod-dev-tools/

Contributing

Manually building from source

  1. Install Go tools (1.17+): https://go.dev/doc/install
  2. Clone the repository: git clone https://github.com/dstmodders/mod-cli.git
  3. Build and install: make install

You can also use go run . to run it directly during the development.

License

Released under the MIT License.

About

[In development] CLI modding tools by dstmodders for the Klei Entertainment's game Don't Starve Together.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published