Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 809 Bytes

File metadata and controls

12 lines (10 loc) · 809 Bytes

habitica-auto-start-quest

Small Golang tool to auto start a quest after a certain condition is met

Contributing

  1. Install Go on your system: https://golang.org/doc/install#install
  2. Install the editorconfig plugin into your editor of choice and any Golang plugins:
  3. Clone this repo
  4. habitica-multi-bot is like the "main" file of this repo. In Go the convention is to use the name of the repo. Executing go run will build and run the executable and display all outputs etc. go build will build the project and create an executable habitica-multi-bot in the top level directory of the project. Both of these commands will automatically pull all dependencies.
  5. Make your changes and submit a merge request!